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