[SCM] libav/experimental: Make distclean should remove .vhookdep. patch by Stefano Sabatini, stefano.sabatini-lala poste it
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:07:10 UTC 2013
The following commit has been merged in the experimental branch:
commit 2c8c5021828ef3e8dc2835b809efa34dae276387
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sat Sep 15 09:49:27 2007 +0000
Make distclean should remove .vhookdep.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10501 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Makefile b/Makefile
index 0944598..2951ebc 100644
--- a/Makefile
+++ b/Makefile
@@ -252,7 +252,7 @@ distclean: clean
$(MAKE) -C libavformat distclean
$(MAKE) -C libpostproc distclean
$(MAKE) -C libswscale distclean
- rm -f .depend version.h config.* *.pc
+ rm -f .depend .vhookdep version.h config.* *.pc
TAGS:
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list