Commit 8f66a905 authored by diego's avatar diego

Nuke config.log support.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7141 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cd32fef1
...@@ -214,7 +214,6 @@ clean: ...@@ -214,7 +214,6 @@ clean:
rm -f *.o *.d *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \ rm -f *.o *.d *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF) output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF)
# Note well: config.log is NOT removed.
distclean: clean distclean: clean
$(MAKE) -C libavutil distclean $(MAKE) -C libavutil distclean
$(MAKE) -C libavcodec distclean $(MAKE) -C libavcodec distclean
......
...@@ -1771,8 +1771,6 @@ fi ...@@ -1771,8 +1771,6 @@ fi
echo "Creating config.mak and config.h..." 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!" > config.mak
echo "/* Automatically generated by configure - do not modify! */" > $TMPH echo "/* Automatically generated by configure - do not modify! */" > $TMPH
echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment