[Ffmpeg-cvslog] r6601 - trunk/configure

michael subversion
Mon Oct 9 16:11:28 CEST 2006


Author: michael
Date: Mon Oct  9 16:11:28 2006
New Revision: 6601

Modified:
   trunk/configure

Log:
always add -fomit-frame-pointer if optimizations are enabled


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Oct  9 16:11:28 2006
@@ -1030,9 +1030,10 @@
                 ;;
         esac
     fi
-    if test $optimize != "no"; then
-        add_cflags "-fomit-frame-pointer"
-    fi
+fi
+
+if test $optimize != "no"; then
+    add_cflags "-fomit-frame-pointer"
 fi
 
 # Can only do AltiVec on PowerPC




More information about the ffmpeg-cvslog mailing list