summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJeff Downs <heydowns@borg.com>2009-07-30 20:28:07 +0000
committerDiego Biurrun <diego@biurrun.de>2009-07-30 20:28:07 +0000
commite12e2848a33cc8f9f6e385184f80620279ea25ea (patch)
tree444ccb6f0e6b96fa4d717bd29485dd14d9d17393 /configure
parent46c9eb57d026801c1d0c626e9afa2930d8d966b8 (diff)
downloadffmpeg-streaming-e12e2848a33cc8f9f6e385184f80620279ea25ea.zip
ffmpeg-streaming-e12e2848a33cc8f9f6e385184f80620279ea25ea.tar.gz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud