[FFmpeg-cvslog] r22430 - trunk/configure

mru subversion
Wed Mar 10 13:29:44 CET 2010


Author: mru
Date: Wed Mar 10 13:29:44 2010
New Revision: 22430

Log:
undef av_always_inline before redefining

Fixes numerous warnings with --enable-small or --disable-optimizations.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Mar 10 10:55:03 2010	(r22429)
+++ trunk/configure	Wed Mar 10 13:29:44 2010	(r22430)
@@ -3058,6 +3058,7 @@ test -n "$malloc_prefix" &&
     echo "#define MALLOC_PREFIX $malloc_prefix" >>$TMPH
 
 if enabled small || disabled optimizations; then
+    echo "#undef  av_always_inline"  >> $TMPH
     echo "#define av_always_inline"  >> $TMPH
 fi
 



More information about the ffmpeg-cvslog mailing list