mirror of
https://github.com/mpv-player/mpv
synced 2025-01-23 08:03:19 +00:00
7 lines
177 B
Bash
Executable File
7 lines
177 B
Bash
Executable File
common_args="--werror \
|
|
-Dlibmpv=true \
|
|
-Dtests=true \
|
|
"
|
|
|
|
export CFLAGS="$CFLAGS -Wno-error=deprecated -Wno-error=deprecated-declarations -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3"
|