# HG changeset patch # User diego # Date 1137024000 0 # Node ID 3a23d45bd4e42bc7a9ef7ea8edd3cb37d1b6d405 # Parent aedb6bd881b96d4bd969220520e9b8fea8ff4bcf Move Darwin shared library build peculiarities to configure. diff -r aedb6bd881b9 -r 3a23d45bd4e4 Makefile --- 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)