Commit e5f28e8f authored by Michael Niedermayer's avatar Michael Niedermayer

set CONFIG_SMALL if user wants small ffmpeg

Originally committed as revision 5677 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a08d38ee
......@@ -1987,6 +1987,7 @@ echo "#define restrict $_restrict" >> $TMPH
if test "$optimize" = "small"; then
echo "#define always_inline" >> $TMPH
echo "#define CONFIG_SMALL 1" >> $TMPH
fi
# build tree in object directory if source path is different from current one
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment