diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-11-20 21:46:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-11-20 21:46:43 +0000 |
commit | cb741242a1814db071ed1b1c694352efdc7624c7 (patch) | |
tree | 33a1075179194bd8026b2577c4613133c56e191e | |
parent | 8db4f43c6882c1209073abe96c5ce68c8d13d80c (diff) | |
download | ffmpeg-streaming-cb741242a1814db071ed1b1c694352efdc7624c7.zip ffmpeg-streaming-cb741242a1814db071ed1b1c694352efdc7624c7.tar.gz |
Nuke config.log support.
Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 1 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -214,7 +214,6 @@ clean: 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 @@ -1771,8 +1771,6 @@ fi 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 |