[SCM] libav/experimental: Undefine av_always_inline before setting it to an empty value. This avoids a ton of redefinition warnings. patch by Jeff Downs, heydowns borg com
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:49:34 UTC 2013
The following commit has been merged in the experimental branch:
commit e12e2848a33cc8f9f6e385184f80620279ea25ea
Author: Jeff Downs <heydowns at borg.com>
Date: Thu Jul 30 20:28:07 2009 +0000
Undefine av_always_inline before setting it to an empty value.
This avoids a ton of redefinition warnings.
patch by Jeff Downs, heydowns borg com
Originally committed as revision 19548 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index c9c4816..3a47fcd 100755
--- a/configure
+++ b/configure
@@ -2655,6 +2655,7 @@ print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \
echo "#define restrict $_restrict" >> $TMPH
if enabled small; 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