summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-11-27 13:12:06 -0600
committerDudemanguy <random342@airmail.cc>2023-11-27 20:44:07 +0000
commit7cca2a304eebcf72eca93887e91ccfe66f37ee2f (patch)
tree2114f4658da28b23b88f049f9611c1ae0b6e4611 /ci
parentaea8a82478a6f1ec5312139400f011f4a33c54ad (diff)
downloadmpv-7cca2a304eebcf72eca93887e91ccfe66f37ee2f.tar.bz2
mpv-7cca2a304eebcf72eca93887e91ccfe66f37ee2f.tar.xz
ci: remove leftover libplacebo subproject options
486bb93dfa90bf948cff8d77ad685f54d0928531 removed the wrap which made these specific options obsolete.
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-freebsd.sh1
-rwxr-xr-xci/build-mingw64.sh1
-rwxr-xr-xci/build-tumbleweed.sh1
3 files changed, 0 insertions, 3 deletions
diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh
index bc68a255fe..51ff124cc4 100755
--- a/ci/build-freebsd.sh
+++ b/ci/build-freebsd.sh
@@ -7,7 +7,6 @@ export LDFLAGS="$LDFLAGS -L/usr/local/lib"
meson setup build \
--werror \
- -Dlibplacebo:werror=false \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-Diconv=disabled \
-Dlibmpv=true \
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index fcfe9927cb..6dba0746a4 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -269,7 +269,6 @@ rm -rf $build
meson setup $build --cross-file "$prefix_dir/crossfile" \
--werror \
- -Dlibplacebo:werror=false \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
--buildtype debugoptimized \
-Dlibmpv=true -Dlua=luajit \
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index 03e8d1ac1e..89253a4a8f 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -3,7 +3,6 @@ set -e
meson setup build \
--werror \
- -Dlibplacebo:werror=false \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-Db_sanitize=address,undefined \
-Dcdda=enabled \