14 lines
579 B
Diff
14 lines
579 B
Diff
|
diff --git a/src/3rdparty/chromium/third_party/webrtc/webrtc.gni b/src/3rdparty/chromium/third_party/webrtc/webrtc.gni
|
||
|
index a5da76c..9c5d358 100644
|
||
|
--- a/src/3rdparty/chromium/third_party/webrtc/webrtc.gni
|
||
|
+++ b/src/3rdparty/chromium/third_party/webrtc/webrtc.gni
|
||
|
@@ -138,7 +138,7 @@ declare_args() {
|
||
|
rtc_use_pipewire = is_linux && use_sysroot
|
||
|
|
||
|
# Set this to link PipeWire and required libraries directly instead of using the dlopen.
|
||
|
- rtc_link_pipewire = false
|
||
|
+ rtc_link_pipewire = true
|
||
|
|
||
|
# Enable to use the Mozilla internal settings.
|
||
|
build_with_mozilla = false
|