diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-07-08 20:26:09 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-07-08 20:26:09 +0000 |
commit | e5f28e8f4e74ad320e024fb71b3e822d933f8cc4 (patch) | |
tree | a4053b2119b0dc062e60c9e2945c744dae25954a /configure | |
parent | a08d38ee82e86bf17090eb65050b823366dde718 (diff) | |
download | ffmpeg-e5f28e8f4e74ad320e024fb71b3e822d933f8cc4.tar.gz |
set CONFIG_SMALL if user wants small ffmpeg
Originally committed as revision 5677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |