[FFmpeg-cvslog] r21920 - trunk/Makefile
mru
subversion
Sat Feb 20 14:19:35 CET 2010
Author: mru
Date: Sat Feb 20 14:19:34 2010
New Revision: 21920
Log:
Delete avconfig.h on distclean
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Sat Feb 20 14:19:29 2010 (r21919)
+++ trunk/Makefile Sat Feb 20 14:19:34 2010 (r21920)
@@ -139,7 +139,7 @@ clean:: testclean
distclean::
rm -f $(DISTCLEANSUFFIXES)
- rm -f version.h config.*
+ rm -f version.h config.* libavutil/avconfig.h
config:
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
More information about the ffmpeg-cvslog
mailing list