summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-12 00:00:00 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-12 00:00:00 +0000
commitfb3d46da6960d56e0a757734b4ea959f4af1063c (patch)
tree30f0a1fbfe5c0aef8cdf49880a693d085e4ea24f /libavformat/Makefile
parent14f0c8e28af6f34411d86fa3f965e5be870024e6 (diff)
Move Darwin shared library build peculiarities to configure.
Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 41927f7035..8db1c59127 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -83,9 +83,6 @@ ifeq ($(BUILD_SHARED),yes)
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)