[SCM] libav/experimental: Move INSTALL_PROGS_TARGETS variable to a better place.

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


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

    Move INSTALL_PROGS_TARGETS variable to a better place.
    
    Originally committed as revision 12616 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index a185f7f..cd4acc2 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ ifneq ($(PROGS),)
 INSTALL_TARGETS-yes             += install-progs
 INSTALL_TARGETS-$(BUILD_DOC)    += install-man
 endif
+INSTALL_PROGS_TARGETS-$(BUILD_SHARED) = install-libs
 
 main: lib $(PROGS_G) $(PROGS) $(ALL_TARGETS-yes)
 
@@ -138,8 +139,6 @@ doc/%.1: doc/%.pod
 
 install: $(INSTALL_TARGETS-yes)
 
-INSTALL_PROGS_TARGETS-$(BUILD_SHARED) = install-libs
-
 install-progs: $(PROGS) $(INSTALL_PROGS_TARGETS-yes)
 	install -d "$(BINDIR)"
 	install -c -m 755 $(PROGS) "$(BINDIR)"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list