summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/build-freebsd.sh1
-rwxr-xr-xci/build-mingw64.sh1
-rwxr-xr-xci/build-msys2.sh1
-rwxr-xr-xci/build-tumbleweed.sh1
4 files changed, 4 insertions, 0 deletions
diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh
index c9a27cfa2a..c674f9fd7b 100755
--- a/ci/build-freebsd.sh
+++ b/ci/build-freebsd.sh
@@ -7,6 +7,7 @@ export LDFLAGS="$LDFLAGS -L/usr/local/lib"
meson setup build \
--werror \
+ -Dlibplacebo:werror=false \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-Dlibmpv=true \
-Dlua=enabled \
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index 57068c1c9b..adca6492fb 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -269,6 +269,7 @@ 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-msys2.sh b/ci/build-msys2.sh
index ca12987ac2..498ea2b226 100755
--- a/ci/build-msys2.sh
+++ b/ci/build-msys2.sh
@@ -2,6 +2,7 @@
meson setup build \
--werror \
+ -Dlibplacebo:werror=false \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-D cdda=enabled \
-D d3d-hwaccel=enabled \
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index 89253a4a8f..03e8d1ac1e 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -3,6 +3,7 @@ set -e
meson setup build \
--werror \
+ -Dlibplacebo:werror=false \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-Db_sanitize=address,undefined \
-Dcdda=enabled \