[SCM] libav/experimental: Delete avconfig.h on distclean

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:41 UTC 2013


The following commit has been merged in the experimental branch:
commit 2897dc780acd93a987bfb52a4275bf244826af66
Author: Måns Rullgård <mans at mansr.com>
Date:   Sat Feb 20 13:19:34 2010 +0000

    Delete avconfig.h on distclean
    
    Originally committed as revision 21920 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 05a7ae2..4903381 100644
--- a/Makefile
+++ b/Makefile
@@ -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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list