summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorj@v2v.cc <j@v2v.cc>2005-10-04 11:19:08 +0000
committerDiego Biurrun <diego@biurrun.de>2005-10-04 11:19:08 +0000
commitc99dd23307e68b4a6ad9ccd99d7fa2975438223d (patch)
tree07140ed1c153d6060668e950ddfc8b9639e5f725 /libavformat
parent5af837972c6583ae3f500b047b451dad7d3e64be (diff)
Move all definitions of external dependencies into configure instead of
defining it in configure and the Makefiles in a random fashion. patch by j -- at -- v2v -- dot -- cc Originally committed as revision 4628 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 5be994b30a..65d878116c 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -60,7 +60,6 @@ EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
ifeq ($(CONFIG_AUDIO_BEOS),yes)
PPOBJS+= beosaudio.o
-EXTRALIBS+=-lbe -lmedia
endif
ifeq ($(CONFIG_NETWORK),yes)
@@ -86,9 +85,6 @@ 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
-ifeq ($(CONFIG_MP3LAME),yes)
-AVCLIBS+=-lmp3lame
-endif
endif
SRCS := $(OBJS:.o=.c) $(PPOBJS:.o=.cpp)