diff Makefile @ 880:21a5cb38dd5e libavformat

SONAME support for shared libs patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. >
author diego
date Sat, 10 Dec 2005 17:14:24 +0000
parents 3637f3d43e55
children da1d5db0ce5c
line wrap: on
line diff
--- a/Makefile	Fri Dec 09 16:08:18 2005 +0000
+++ b/Makefile	Sat Dec 10 17:14:24 2005 +0000
@@ -80,6 +80,7 @@
 
 LIB= $(LIBPREF)avformat$(LIBSUF)
 ifeq ($(BUILD_SHARED),yes)
+LIBVERSION=$(LAVFMAJOR)
 SLIBNAME= $(SLIBPREF)avformat$(SLIBSUF)
 AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec -lavutil$(BUILDSUF) -L../libavutil
 ifeq ($(CONFIG_DARWIN),yes)