From e12e2848a33cc8f9f6e385184f80620279ea25ea Mon Sep 17 00:00:00 2001 From: Jeff Downs Date: Thu, 30 Jul 2009 20:28:07 +0000 Subject: [PATCH] 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 --- configure | 1 + 1 file changed, 1 insertion(+) 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