[Ffmpeg-cvslog] CVS: ffmpeg Makefile,1.93,1.94

Diego Biurrun CVS diego
Sat Feb 11 20:01:57 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv19696

Modified Files:
	Makefile 
Log Message:
Make sure that install-progs has the proper dependencies when compiling
against shared libs.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/Makefile,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Makefile	11 Feb 2006 18:50:44 -0000	1.93
+++ Makefile	11 Feb 2006 19:01:54 -0000	1.94
@@ -110,7 +110,11 @@
 
 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)"
 





More information about the ffmpeg-cvslog mailing list