[SCM] libav/experimental: Make av_always_inline a no-op when --disable-optimizations is supplied to configure

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:36 UTC 2013


The following commit has been merged in the experimental branch:
commit abbe30ad892d00deea4080d29aa02804e4223eab
Author: Jeff Downs <heydowns at borg.com>
Date:   Thu Jul 30 22:41:05 2009 +0000

    Make av_always_inline a no-op when --disable-optimizations is supplied to
    configure
    
    Originally committed as revision 19555 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index c9c4816..6174f10 100755
--- a/configure
+++ b/configure
@@ -2654,7 +2654,7 @@ print_config CONFIG_ $TMPH config.mak $CONFIG_LIST       \
 
 echo "#define restrict $_restrict" >> $TMPH
 
-if enabled small; then
+if enabled small || disabled optimizations; then
     echo "#define av_always_inline"  >> $TMPH
 fi
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list