From 6a74d93dd80a78cc8150635eedb9c3e771fdacba Mon Sep 17 00:00:00 2001 From: diego 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 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19548 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index c9c48165b..3a47fcd64 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 -- 2.39.2