[Ffmpeg-cvslog] CVS: ffmpeg configure,1.170,1.171

Michael Niedermayer CVS michael
Mon May 2 22:48:25 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv3770

Modified Files:
	configure 
Log Message:
also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- configure	2 May 2005 14:24:41 -0000	1.170
+++ configure	2 May 2005 20:48:23 -0000	1.171
@@ -1590,6 +1590,7 @@
 
 for codec in $CODEC_LIST ; do
     echo "#define CONFIG_`echo $codec | awk '{$1=toupper($1)}1'` 1" >> $TMPH
+    echo "CONFIG_`echo $codec | awk '{$1=toupper($1)}1'`=yes" >> config.mak
 done
 
 diff $TMPH config.h >/dev/null 2>&1





More information about the ffmpeg-cvslog mailing list