Mercurial > libavutil.hg
changeset 14:3a23d45bd4e4 libavutil
Move Darwin shared library build peculiarities to configure.
author | diego |
---|---|
date | Thu, 12 Jan 2006 00:00:00 +0000 |
parents | aedb6bd881b9 |
children | af59e84e283d |
files | Makefile |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Dec 22 01:10:11 2005 +0000 +++ b/Makefile Thu Jan 12 00:00:00 2006 +0000 @@ -24,9 +24,6 @@ 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) -endif endif all: $(LIB) $(SLIBNAME)