summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-01-22 12:48:48 -0600
committerDudemanguy <random342@airmail.cc>2022-01-22 19:06:31 +0000
commit95257eaa885a0183164861c012b6200f677b4c4e (patch)
tree178ac92e07132ff454eb49ad3372d1988f8a34db
parentb01598510f952f291e9f6314352898a6a40532ba (diff)
downloadmpv-95257eaa885a0183164861c012b6200f677b4c4e.tar.bz2
mpv-95257eaa885a0183164861c012b6200f677b4c4e.tar.xz
ci/build-freebsd: enable sndio ao during build
We have this ao again since #9298 so let's run it through the CI.
-rw-r--r--.github/workflows/build.yml1
-rwxr-xr-xci/build-freebsd.sh2
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c1d7da892e..b4fd84f006 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -168,6 +168,7 @@ jobs:
pkgconf \
python3 \
sdl2 \
+ sndio \
vulkan-headers \
wayland-protocols \
#
diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh
index b0219326ee..2524104e11 100755
--- a/ci/build-freebsd.sh
+++ b/ci/build-freebsd.sh
@@ -11,6 +11,7 @@ meson build \
-Degl-drm=enabled \
-Dopenal=enabled \
-Dsdl2=enabled \
+ -Dsndio=enabled \
-Dvaapi-wayland=enabled \
-Dvdpau=enabled \
-Dvulkan=enabled \
@@ -33,6 +34,7 @@ python3 ./waf configure \
--enable-egl-drm \
--enable-openal \
--enable-sdl2 \
+ --enable-sndio \
--enable-vaapi-wayland \
--enable-vdpau \
--enable-vulkan \