From e5f28e8f4e74ad320e024fb71b3e822d933f8cc4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 8 Jul 2006 20:26:09 +0000 Subject: set CONFIG_SMALL if user wants small ffmpeg Originally committed as revision 5677 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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 -- cgit v1.2.3