From d9b1b8213a14bd04cfbce2a4ba3dbabd0de1adfb Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 20 Oct 2024 16:05:54 -0400 Subject: [PATCH] CI: Enable WebRTC on FreeBSD Install www/libdatachannel and leave ENABLE_WEBRTC at the default of ON. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6634872cd..73a493341 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,6 +14,7 @@ task: ffmpeg qt6-base qt6-svg jansson libsysinfo e2fsprogs-libuuid pulseaudio alsa-lib pipewire v4l_compat libpci librist srt nlohmann-json uthash qr-code-generator websocketpp asio vlc swig luajit jackit sndio fdk-aac + libdatachannel script: - cmake -S $(pwd) @@ -23,7 +24,6 @@ task: -DENABLE_JACK:BOOL=ON -DENABLE_SNDIO:BOOL=ON -DENABLE_LIBFDK:BOOL=ON - -DENABLE_WEBRTC:BOOL=OFF - cmake --build build --config RelWithDebInfo