[Ffmpeg-cvslog] r7141 - in trunk: Makefile configure
diego
subversion
Mon Nov 20 22:46:44 CET 2006
Author: diego
Date: Mon Nov 20 22:46:43 2006
New Revision: 7141
Modified:
trunk/Makefile
trunk/configure
Log:
Nuke config.log support.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Nov 20 22:46:43 2006
@@ -214,7 +214,6 @@
rm -f *.o *.d *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF)
-# Note well: config.log is NOT removed.
distclean: clean
$(MAKE) -C libavutil distclean
$(MAKE) -C libavcodec distclean
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Nov 20 22:46:43 2006
@@ -1771,8 +1771,6 @@
echo "Creating config.mak and config.h..."
-date >> config.log
-echo " $0 $FFMPEG_CONFIGURATION" >> config.log
echo "# Automatically generated by configure - do not modify!" > config.mak
echo "/* Automatically generated by configure - do not modify! */" > $TMPH
echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
More information about the ffmpeg-cvslog
mailing list