summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-09 09:30:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-09 09:30:43 +0000
commit3bf981617073a5927984466fdc312dd7430191b1 (patch)
tree611998ef98acdeac4adc39f9364710df7f300c33 /configure
parent70ea1e692230852d4aed9003c9eee11a87a7d33c (diff)
forgotten av_
Originally committed as revision 10007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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