1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

forgotten av_

Originally committed as revision 10007 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-08-09 09:30:43 +00:00
parent 70ea1e6922
commit 3bf9816170

2
configure vendored
View File

@ -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