diff options
author | İsmail Dönmez <ismail@namtrac.org> | 2008-03-01 11:56:09 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-01 11:56:09 +0000 |
commit | 8541cc274cc2f6839f6677bc795e32ac7ea915d2 (patch) | |
tree | 37e0211759a0c6b23e03e4ad2393832b9228c791 /configure | |
parent | a4de6dd2c17f96e434048c2350ae13ccd121805e (diff) | |
download | ffmpeg-8541cc274cc2f6839f6677bc795e32ac7ea915d2.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1394,7 +1394,7 @@ if test $targetos = darwin; then if test -n "`$cc -v 2>&1 | grep xlc`"; then add_cflags "-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto" else - add_cflags "-no-cpp-precomp -pipe" + add_cflags "-pipe" check_cflags "-force_cpusubtype_ALL" check_cflags "-Wno-sign-compare" disabled shared && add_cflags -mdynamic-no-pic |