Skip to content
Snippets Groups Projects
Commit e5f28e8f authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

set CONFIG_SMALL if user wants small ffmpeg

Originally committed as revision 5677 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a08d38ee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment