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
This commit is contained in:
Diego Biurrun
2009-07-30 21:58:43 +00:00
parent 1e1a0b1845
commit 75af07495a
2 changed files with 4 additions and 2 deletions

1
configure vendored
View File

@@ -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