mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
257395de99
This file is sourced.
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"
|