diff --git a/webrtc.gni b/webrtc.gni index 9750d4d507..21fe0baa7b 100644 --- a/webrtc.gni +++ b/webrtc.gni @@ -115,7 +115,7 @@ declare_args() { # By default it's only enabled on desktop Linux (excludes ChromeOS) and # only when using the sysroot as PipeWire is not available in older and # supported Ubuntu and Debian distributions. - rtc_use_pipewire = is_desktop_linux && use_sysroot + rtc_use_pipewire = is_desktop_linux && use_sysroot && !is_chromecast # Set this to link PipeWire directly instead of using the dlopen. rtc_link_pipewire = false