summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-07-08 20:26:09 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-07-08 20:26:09 +0000
commite5f28e8f4e74ad320e024fb71b3e822d933f8cc4 (patch)
treea4053b2119b0dc062e60c9e2945c744dae25954a /configure
parenta08d38ee82e86bf17090eb65050b823366dde718 (diff)
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-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e315b5f6ee..904c97fc6b 100755
--- a/configure
+++ b/configure
@@ -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