From 14b036d4360ea58a6ed550ae82a5e36b42b5a0f8 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 4 Feb 2021 09:53:20 +0100 Subject: [PATCH] Make PipeWire 0.3 default version PipeWire 0.2 is quite old and the new version of PipeWire should be now available everywhere where needed, including sysroot images. Bug: chromium:1146942 Change-Id: I04c8b3747f3535eb1b22294c96119f1c9c7e68d2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/204300 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#33160} --- webrtc.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc.gni b/webrtc.gni index d57e1bf98d..b4ed469e22 100644 --- a/webrtc.gni +++ b/webrtc.gni @@ -118,8 +118,8 @@ declare_args() { rtc_link_pipewire = false # Set this to use certain PipeWire version - # Currently we support PipeWire 0.2 (default) and PipeWire 0.3 - rtc_pipewire_version = "0.2" + # Currently WebRTC supports PipeWire 0.2 and PipeWire 0.3 (default) + rtc_pipewire_version = "0.3" # Enable to use the Mozilla internal settings. build_with_mozilla = false