obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
60.39k stars 7.99k forks source link

CI: Enable WebRTC on FreeBSD #11426

Closed emaste closed 3 weeks ago

emaste commented 4 weeks ago

Description

Install www/libdatachannel and leave ENABLE_WEBRTC at the default of ON.

Motivation and Context

I'm not sure why the Cirrus-CI job previously set -DENABLE_WEBRTC:BOOL=OFF on FreeBSD; installing the libdatachannel package is all that's needed to leave this at the default of ON.

How Has This Been Tested?

Build-tested via Cirrus-CI job: https://cirrus-ci.com/task/5539831604838400

Types of changes

Checklist: