mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 12:11:52 +00:00
ci/build-freebsd: enable sndio ao during build
We have this ao again since #9298 so let's run it through the CI.
This commit is contained in:
parent
b01598510f
commit
95257eaa88
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -168,6 +168,7 @@ jobs:
|
||||
pkgconf \
|
||||
python3 \
|
||||
sdl2 \
|
||||
sndio \
|
||||
vulkan-headers \
|
||||
wayland-protocols \
|
||||
#
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user