[SCM] libav/experimental: 'make depend' should recurse into libavutil as well.

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


The following commit has been merged in the experimental branch:
commit ea0f0681a687754408fba4f82772d2a2678a5afc
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jun 1 23:20:51 2006 +0000

    'make depend' should recurse into libavutil as well.
    
    Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 2aed1da..94b8dc2 100644
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,7 @@ uninstall-headers:
 dep:	depend
 
 depend: .depend
+	$(MAKE) -C libavutil   depend
 	$(MAKE) -C libavcodec  depend
 	$(MAKE) -C libavformat depend
 ifeq ($(BUILD_VHOOK),yes)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list