[FFmpeg-cvslog] r13966 - trunk/configure

diego subversion
Wed Jun 25 17:41:37 CEST 2008


Author: diego
Date: Wed Jun 25 17:41:36 2008
New Revision: 13966

Log:
Check for support of -fomit-frame-pointer before adding it to CFLAGS.
patch by Ben Taylor, bentaylor.solx86 gmail com


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Jun 25 17:41:36 2008
@@ -1399,7 +1399,7 @@ if test $target_os = darwin; then
     fi
 fi
 
-disabled optimizations || add_cflags -fomit-frame-pointer
+disabled optimizations || check_cflags -fomit-frame-pointer
 
 # Add processor-specific flags
 if test $cpu != "generic"; then




More information about the ffmpeg-cvslog mailing list