From dd6fce51385d7c8af89000172bfe93163bd8c1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Tue, 2 Nov 2021 00:03:24 +0200 Subject: ci/build-freebsd: require OSSv4 AO to be enabled --- ci/build-freebsd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh index 32ba0df010..a64c03be7e 100755 --- a/ci/build-freebsd.sh +++ b/ci/build-freebsd.sh @@ -18,6 +18,7 @@ python3 ./waf configure \ --enable-vaapi-wayland \ --enable-vdpau \ --enable-vulkan \ + --enable-oss-audio \ $(pkg info -q v4l_compat && echo --enable-dvbin) \ $(pkg info -q libdvdnav && echo --enable-dvdnav) \ $(pkg info -q libcdio-paranoia && echo --enable-cdda) \ -- cgit v1.2.3