mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-10 14:38:08 +00:00
Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.
patch by İsmail Dönmez, ismail namtrac org Originally committed as revision 12285 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a4de6dd2c1
commit
8541cc274c
2
configure
vendored
2
configure
vendored
@ -1394,7 +1394,7 @@ if test $targetos = darwin; then
|
|||||||
if test -n "`$cc -v 2>&1 | grep xlc`"; then
|
if test -n "`$cc -v 2>&1 | grep xlc`"; then
|
||||||
add_cflags "-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
|
add_cflags "-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
|
||||||
else
|
else
|
||||||
add_cflags "-no-cpp-precomp -pipe"
|
add_cflags "-pipe"
|
||||||
check_cflags "-force_cpusubtype_ALL"
|
check_cflags "-force_cpusubtype_ALL"
|
||||||
check_cflags "-Wno-sign-compare"
|
check_cflags "-Wno-sign-compare"
|
||||||
disabled shared && add_cflags -mdynamic-no-pic
|
disabled shared && add_cflags -mdynamic-no-pic
|
||||||
|
Loading…
Reference in New Issue
Block a user