From 4ea94848d8cb7b7033562b546d0ae7490b1de213 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 10 May 2021 14:38:22 +0400 Subject: [PATCH] Define 'WEBRTC_USE_PIPEWIRE'. --- external/webrtc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/external/webrtc/CMakeLists.txt b/external/webrtc/CMakeLists.txt index b11fd21..96c08e7 100644 --- a/external/webrtc/CMakeLists.txt +++ b/external/webrtc/CMakeLists.txt @@ -49,6 +49,7 @@ else() INTERFACE WEBRTC_LINUX WEBRTC_USE_X11 + WEBRTC_USE_PIPEWIRE ) endif()