CI: Build ALSA support on FreeBSD

FreeBSD provides an ALSA compatibility library.  Install it, and leave
ALSA support enabled as default.
master
Ed Maste 2022-08-16 13:44:36 -04:00 committed by Ryan Foster
parent c3097f4ee9
commit ef6828d31b
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@ env:
task:
install_script:
- pkg install -y
alsa-lib
v4l_compat swig ffmpeg curl dbus fdk-aac fontconfig
freetype2 jackit jansson luajit mbedtls pulseaudio speexdsp
libpci librist libsysinfo libudev-devd libv4l libx264 cmake ninja
@ -21,6 +22,5 @@ task:
- cd build
- cmake
-DENABLE_AJA=OFF
-DENABLE_ALSA=OFF
-GNinja ..
- ninja