mirror of https://github.com/mpv-player/mpv
ci/build-linux-old: add missing Werror
Note that deprecated warnings are not disabled on this build, as the idea is that on "old" one we shouldn't have any depracated warnings anymore.
This commit is contained in:
parent
e34f6569ee
commit
228f38606b
|
@ -9,6 +9,7 @@ git clone https://code.videolan.org/videolan/libplacebo.git \
|
|||
--depth=1 --branch v6.338 subprojects/libplacebo \
|
||||
|
||||
meson setup build \
|
||||
--werror \
|
||||
-Dlibplacebo:vulkan=disabled \
|
||||
-Dlibmpv=true \
|
||||
-Dlua=enabled \
|
||||
|
|
Loading…
Reference in New Issue