Commit c8db4182 authored by diego's avatar diego

Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.

patch by İsmail Dönmez, ismail namtrac org


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12285 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 22cc995d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment