mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +00:00
Mostly. It is annoying if we want to add some flag/option to all the cis and then have to do it manually. Things easily get missed that way. Skipped powershell because of course I'm not going to deal with that.
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
common_args="--werror \
|
|
-Dlibmpv=true \
|
|
-Dtests=true \
|
|
"
|
|
|
|
export CFLAGS="$CFLAGS -Wno-error=deprecated -Wno-error=deprecated-declarations"
|