# HG changeset patch # User diego # Date 1137024000 0 # Node ID 95b781fce8744d968c23d62e4cc3662362231937 # Parent 0f7d4a69ed3a67f2ce50471e522fd1d62fea8d64 Move Darwin shared library build peculiarities to configure. diff -r 0f7d4a69ed3a -r 95b781fce874 Makefile --- a/Makefile Mon Jan 09 15:41:39 2006 +0000 +++ b/Makefile Thu Jan 12 00:00:00 2006 +0000 @@ -83,9 +83,6 @@ LIBVERSION=$(LAVFMAJOR) SLIBNAME= $(SLIBPREF)avformat$(SLIBSUF) AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec -lavutil$(BUILDSUF) -L../libavutil -ifeq ($(CONFIG_DARWIN),yes) -SHFLAGS += -Wl,-install_name,$(libdir)/$(SLIBNAME),-current_version,$(SPPVERSION),-compatibility_version,$(SPPVERSION) -endif endif SRCS := $(OBJS:.o=.c) $(PPOBJS:.o=.cpp)