From ef6828d31b7b5e2305c1fe810b6fed3d80fa1b46 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 16 Aug 2022 13:44:36 -0400 Subject: [PATCH] CI: Build ALSA support on FreeBSD FreeBSD provides an ALSA compatibility library. Install it, and leave ALSA support enabled as default. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3e564a35d..a325e4c05 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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