Mercurial > libavformat.hg
changeset 895:95b781fce874 libavformat
Move Darwin shared library build peculiarities to configure.
author | diego |
---|---|
date | Thu, 12 Jan 2006 00:00:00 +0000 |
parents | 0f7d4a69ed3a |
children | edbe5c3717f9 |
files | Makefile |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)