Mercurial > libavutil.hg
changeset 9:362408e1de85 libavutil
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 | 2dd915c714fa |
children | a5445a31a24f |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Dec 05 23:14:55 2005 +0000 +++ b/Makefile Sat Dec 10 17:14:24 2005 +0000 @@ -22,6 +22,7 @@ LIB= $(LIBPREF)avutil$(LIBSUF) ifeq ($(BUILD_SHARED),yes) +LIBVERSION=$(LAVUMAJOR) SLIBNAME= $(SLIBPREF)avutil$(SLIBSUF) ifeq ($(CONFIG_DARWIN),yes) SHFLAGS += -Wl,-install_name,$(libdir)/$(SLIBNAME),-current_version,$(SPPVERSION),-compatibility_version,$(SPPVERSION)