diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-07-30 21:58:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-07-30 21:58:43 +0000 |
commit | 75af07495adce80b64e8240b6d6efc61ea14265b (patch) | |
tree | c1486d78f997d3c09470e350fe08b0fa8d0e6bce /configure | |
parent | 1e1a0b1845fb0be4efea91066cec2a5af7f28352 (diff) | |
download | ffmpeg-75af07495adce80b64e8240b6d6efc61ea14265b.tar.gz |
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-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |