[MPlayer-cvslog] r31865 - in branches/1.0rc4: . DOCS Makefile TOOLS/aconvert.sh TOOLS/binary_codecs.sh TOOLS/divx2svcd.sh TOOLS/mencvcd.sh TOOLS/midentify.sh TOOLS/mpconsole.sh libaf/af_resample_template.c libmpeg2...
siretart
subversion at mplayerhq.hu
Thu Jul 29 19:08:19 CEST 2010
Author: siretart
Date: Thu Jul 29 19:08:19 2010
New Revision: 31865
Log:
remove libavutil/avconfig.h on distclean
backport r31861 by siretart
Modified:
branches/1.0rc4/ (props changed)
branches/1.0rc4/DOCS/ (props changed)
branches/1.0rc4/Makefile
branches/1.0rc4/TOOLS/aconvert.sh (props changed)
branches/1.0rc4/TOOLS/binary_codecs.sh (props changed)
branches/1.0rc4/TOOLS/divx2svcd.sh (props changed)
branches/1.0rc4/TOOLS/mencvcd.sh (props changed)
branches/1.0rc4/TOOLS/midentify.sh (props changed)
branches/1.0rc4/TOOLS/mpconsole.sh (props changed)
branches/1.0rc4/libaf/af_resample_template.c (props changed)
branches/1.0rc4/libmpeg2/libmpeg2_changes.diff (props changed)
branches/1.0rc4/stream/stream_live555.c (props changed)
branches/1.0rc4/stream/stream_netstream.h (props changed)
Modified: branches/1.0rc4/Makefile
==============================================================================
--- branches/1.0rc4/Makefile Thu Jul 29 19:06:39 2010 (r31864)
+++ branches/1.0rc4/Makefile Thu Jul 29 19:08:19 2010 (r31865)
@@ -987,6 +987,7 @@ distclean: clean testsclean toolsclean d
-rm -f config.log config.mak config.h codecs.conf.h help_mp.h \
version.h $(VIDIX_PCI_FILES) TAGS tags
-rm -f $(call ADD_ALL_EXESUFS,codec-cfg cpuinfo)
+ -rm -f libavutil/avconfig.h
doxygen:
doxygen DOCS/tech/Doxyfile
More information about the MPlayer-cvslog
mailing list