diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-09 09:30:43 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-09 09:30:43 +0000 |
commit | 3bf981617073a5927984466fdc312dd7430191b1 (patch) | |
tree | 611998ef98acdeac4adc39f9364710df7f300c33 /configure | |
parent | 70ea1e692230852d4aed9003c9eee11a87a7d33c (diff) | |
download | ffmpeg-3bf981617073a5927984466fdc312dd7430191b1.tar.gz |
forgotten av_
Originally committed as revision 10007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |