diff options
author | Jeff Downs <heydowns@borg.com> | 2009-07-30 20:28:07 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-07-30 20:28:07 +0000 |
commit | e12e2848a33cc8f9f6e385184f80620279ea25ea (patch) | |
tree | 444ccb6f0e6b96fa4d717bd29485dd14d9d17393 /configure | |
parent | 46c9eb57d026801c1d0c626e9afa2930d8d966b8 (diff) | |
download | ffmpeg-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |