[SCM] libav/experimental: undef av_always_inline before redefining

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:04:01 UTC 2013


The following commit has been merged in the experimental branch:
commit 9a894c48ae5dcb8cfc247d9085b35bc0da848421
Author: Måns Rullgård <mans at mansr.com>
Date:   Wed Mar 10 12:29:44 2010 +0000

    undef av_always_inline before redefining
    
    Fixes numerous warnings with --enable-small or --disable-optimizations.
    
    Originally committed as revision 22430 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 4164557..7806a21 100755
--- a/configure
+++ b/configure
@@ -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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list