[Ffmpeg-cvslog] r5677 - trunk/configure
michael
subversion
Sat Jul 8 22:26:10 CEST 2006
Author: michael
Date: Sat Jul 8 22:26:09 2006
New Revision: 5677
Modified:
trunk/configure
Log:
set CONFIG_SMALL if user wants small ffmpeg
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Jul 8 22:26:09 2006
@@ -1987,6 +1987,7 @@
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
More information about the ffmpeg-cvslog
mailing list