[SCM] libav/experimental: Make sure that install-progs has the proper dependencies when compiling against shared libs.

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


The following commit has been merged in the experimental branch:
commit a4848db6fedefb3bed0f09335c563ffef42f2cae
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Feb 11 19:01:54 2006 +0000

    Make sure that install-progs has the proper dependencies when compiling
    against shared libs.
    
    Originally committed as revision 4984 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index e91763b..2c3a7d7 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,11 @@ documentation:
 
 install: install-progs install-libs install-headers install-man $(INSTALLVHOOK)
 
+ifeq ($(BUILD_SHARED),yes)
+install-progs: $(PROG) install-libs
+else
 install-progs: $(PROG)
+endif
 	install -d "$(bindir)"
 	install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)"
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list