Browse Source

Nuke config.log support.

Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
cb741242a1
2 changed files with 0 additions and 3 deletions
  1. +0
    -1
      Makefile
  2. +0
    -2
      configure

+ 0
- 1
Makefile View File

@@ -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


+ 0
- 2
configure View File

@@ -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


Loading…
Cancel
Save