[SCM] libav/experimental: Simplify .depend file inclusion.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:56:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 78645c98a5ab4beaee9952361777c6450fcf0561
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Feb 26 22:53:38 2007 +0000

    Simplify .depend file inclusion.
    
    Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/vhook/Makefile b/vhook/Makefile
index e7a103b..167b8bf 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -47,6 +47,4 @@ distclean: clean
 
 .PHONY: all depend dep clean distclean install* uninstall*
 
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list