mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Nuke config.log support.
Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8db4f43c68
commit
cb741242a1
1
Makefile
1
Makefile
@ -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
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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…
Reference in New Issue
Block a user