[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.100,1.101

Diego Biurrun CVS diego
Tue Oct 4 13:19:10 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv15240/libavformat

Modified Files:
	Makefile 
Log Message:
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


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- Makefile	26 Sep 2005 10:05:13 -0000	1.100
+++ Makefile	4 Oct 2005 11:19:08 -0000	1.101
@@ -60,7 +60,6 @@
 
 ifeq ($(CONFIG_AUDIO_BEOS),yes)
 PPOBJS+= beosaudio.o
-EXTRALIBS+=-lbe -lmedia
 endif
 
 ifeq ($(CONFIG_NETWORK),yes)
@@ -86,9 +85,6 @@
 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)





More information about the ffmpeg-cvslog mailing list