Commit 369c4862 authored by michael's avatar michael

set CONFIG_SMALL if user wants small ffmpeg


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5677 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 78c51d89
...@@ -1987,6 +1987,7 @@ echo "#define restrict $_restrict" >> $TMPH ...@@ -1987,6 +1987,7 @@ echo "#define restrict $_restrict" >> $TMPH
if test "$optimize" = "small"; then if test "$optimize" = "small"; then
echo "#define always_inline" >> $TMPH echo "#define always_inline" >> $TMPH
echo "#define CONFIG_SMALL 1" >> $TMPH
fi fi
# build tree in object directory if source path is different from current one # 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