From 8541cc274cc2f6839f6677bc795e32ac7ea915d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20D=C3=B6nmez?= Date: Sat, 1 Mar 2008 11:56:09 +0000 Subject: [PATCH] =?UTF-8?q?Do=20not=20add=20deprecated=20-no-cpp-precomp?= =?UTF-8?q?=20to=20CFLAGS=20on=20Darwin.=20patch=20by=20=C4=B0smail=20D?= =?UTF-8?q?=C3=B6nmez,=20ismail=20namtrac=20org?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 12285 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 74876f064d..1408c840fc 100755 --- a/configure +++ b/configure @@ -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