[SCM] libav/experimental: The install target should depend on enabled installation targets.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:17:52 UTC 2013


The following commit has been merged in the experimental branch:
commit a7319cc22a6d39f706ec6cd4034a8dde7d557822
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Mar 28 01:49:01 2008 +0000

    The install target should depend on enabled installation targets.
    
    Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 8d85a0e..3892707 100644
--- a/Makefile
+++ b/Makefile
@@ -141,6 +141,8 @@ doc/%.pod: doc/%-doc.texi
 doc/%.1: doc/%.pod
 	pod2man --section=1 --center=" " --release=" " $< > $@
 
+install: $(INSTALL_TARGETS-yes)
+
 ifeq ($(BUILD_SHARED),yes)
 install-progs: install-libs
 endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list