Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Downs <heydowns@borg.com>2009-07-31 00:28:07 +0400
committerDiego Biurrun <diego@biurrun.de>2009-07-31 00:28:07 +0400
commite12e2848a33cc8f9f6e385184f80620279ea25ea (patch)
tree444ccb6f0e6b96fa4d717bd29485dd14d9d17393
parent46c9eb57d026801c1d0c626e9afa2930d8d966b8 (diff)
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
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c9c48165b6..3a47fcd64e 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