mirror of
https://github.com/mpv-player/mpv
synced 2025-02-15 11:37:03 +00:00
ci: remove leftover libplacebo subproject options
486bb93dfa
removed the wrap which made
these specific options obsolete.
This commit is contained in:
parent
aea8a82478
commit
7cca2a304e
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user