summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-10-27 11:11:39 -0500
committerDudemanguy <random342@airmail.cc>2022-10-27 18:42:12 +0000
commitc3c19783307b6d51662a3ae5fb5f18a5d5402594 (patch)
treebb4399c556a1a3fc2abde99496cdc681ca5ad6c7
parent6e274dc8d8f10242693e564a19217f0646b9a4b4 (diff)
downloadmpv-c3c19783307b6d51662a3ae5fb5f18a5d5402594.tar.bz2
mpv-c3c19783307b6d51662a3ae5fb5f18a5d5402594.tar.xz
ci/build-freebsd.sh: remove nonexistent option
Mistakenly added in aeb4792cb6804a78974faa329a9c9f8a7bb5fa7b.
-rwxr-xr-xci/build-freebsd.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh
index 2a7d2f1813..37fb10c5e8 100755
--- a/ci/build-freebsd.sh
+++ b/ci/build-freebsd.sh
@@ -12,7 +12,6 @@ meson build \
-Dopenal=enabled \
-Dsdl2=enabled \
-Dsndio=enabled \
- -Ddmabuf-wayland=enabled \
-Dvdpau=enabled \
-Dvulkan=enabled \
-Doss-audio=enabled \
@@ -36,7 +35,6 @@ python3 ./waf configure \
--enable-openal \
--enable-sdl2 \
--enable-sndio \
- --enable-dmabuf-wayland \
--enable-vdpau \
--enable-vulkan \
--enable-oss-audio \