[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.214,1.215

Diego Biurrun CVS diego
Sat Dec 10 18:14:26 CET 2005


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

Modified Files:
	Makefile 
Log Message:
SONAME support for shared libs
patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. >


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- Makefile	9 Dec 2005 16:08:18 -0000	1.214
+++ Makefile	10 Dec 2005 17:14:23 -0000	1.215
@@ -488,6 +488,7 @@
 	$(CC) -o $@ $^ $(LIBAVUTIL) -lm
 
 ifeq ($(BUILD_SHARED),yes)
+LIBVERSION=$(LAVCMAJOR)
 install: all install-headers
 ifeq ($(CONFIG_WIN32),yes)
 	install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"





More information about the ffmpeg-cvslog mailing list