summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAaron Boxer <boxerab@protonmail.com>2022-09-29 09:50:51 -0400
committerDudemanguy <random342@airmail.cc>2022-10-26 18:41:47 +0000
commitaeb4792cb6804a78974faa329a9c9f8a7bb5fa7b (patch)
treee8c53710607618bfd20b3a1dfa35cc192eb85d38 /ci
parent7358b9d37126e824cbc3a226d832e9cc1d7b01ea (diff)
downloadmpv-aeb4792cb6804a78974faa329a9c9f8a7bb5fa7b.tar.bz2
mpv-aeb4792cb6804a78974faa329a9c9f8a7bb5fa7b.tar.xz
vo_vaapi_wayland: remove, as it is superceded by vo_dmabuf_wayland
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-freebsd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh
index 3f1ed6a455..2a7d2f1813 100755
--- a/ci/build-freebsd.sh
+++ b/ci/build-freebsd.sh
@@ -12,7 +12,7 @@ meson build \
-Dopenal=enabled \
-Dsdl2=enabled \
-Dsndio=enabled \
- -Dvaapi-wayland=enabled \
+ -Ddmabuf-wayland=enabled \
-Dvdpau=enabled \
-Dvulkan=enabled \
-Doss-audio=enabled \
@@ -36,7 +36,7 @@ python3 ./waf configure \
--enable-openal \
--enable-sdl2 \
--enable-sndio \
- --enable-vaapi-wayland \
+ --enable-dmabuf-wayland \
--enable-vdpau \
--enable-vulkan \
--enable-oss-audio \