diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-12 00:00:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-12 00:00:00 +0000 |
commit | fb3d46da6960d56e0a757734b4ea959f4af1063c (patch) | |
tree | 30f0a1fbfe5c0aef8cdf49880a693d085e4ea24f /libavutil | |
parent | 14f0c8e28af6f34411d86fa3f965e5be870024e6 (diff) | |
download | ffmpeg-fb3d46da6960d56e0a757734b4ea959f4af1063c.tar.gz |
Move Darwin shared library build peculiarities to configure.
Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index d27a369ec6..47ce5520ee 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -24,9 +24,6 @@ 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) -endif endif all: $(LIB) $(SLIBNAME) |