From 3bf981617073a5927984466fdc312dd7430191b1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 9 Aug 2007 09:30:43 +0000 Subject: [PATCH] forgotten av_ Originally committed as revision 10007 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 13093e73d3..9b63a7141f 100755 --- a/configure +++ b/configure @@ -1975,7 +1975,7 @@ fi echo "#define restrict $_restrict" >> $TMPH if enabled small; then - echo "#define always_inline" >> $TMPH + echo "#define av_always_inline" >> $TMPH fi echo "SRC_PATH=\"$source_path\"" >> config.mak