From 9a894c48ae5dcb8cfc247d9085b35bc0da848421 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 10 Mar 2010 12:29:44 +0000 Subject: [PATCH] undef av_always_inline before redefining Fixes numerous warnings with --enable-small or --disable-optimizations. Originally committed as revision 22430 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4164557..7806a21 100755 --- a/configure +++ b/configure @@ -3058,6 +3058,7 @@ test -n "$malloc_prefix" && echo "#define MALLOC_PREFIX $malloc_prefix" >>$TMPH if enabled small || disabled optimizations; then + echo "#undef av_always_inline" >> $TMPH echo "#define av_always_inline" >> $TMPH fi -- 2.7.4