summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-07-30 21:58:43 +0000
committerDiego Biurrun <diego@biurrun.de>2009-07-30 21:58:43 +0000
commit75af07495adce80b64e8240b6d6efc61ea14265b (patch)
treec1486d78f997d3c09470e350fe08b0fa8d0e6bce /configure
parent1e1a0b1845fb0be4efea91066cec2a5af7f28352 (diff)
Revert addition of '#undef av_always_inline' to config.h in the small case.
Instead, #include config.h at the top of common.h so that av_always_inline does not get doubly defined. Originally committed as revision 19553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 3a47fcd64e..c9c48165b6 100755
--- a/configure
+++ b/configure
@@ -2655,7 +2655,6 @@ 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