[FFmpeg-cvslog] r12285 - trunk/configure

diego subversion
Sat Mar 1 12:56:09 CET 2008


Author: diego
Date: Sat Mar  1 12:56:09 2008
New Revision: 12285

Log:
Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.
patch by ?smail D?nmez, ismail namtrac org


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Mar  1 12:56:09 2008
@@ -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




More information about the ffmpeg-cvslog mailing list