# HG changeset patch # User diego # Date 1128424748 0 # Node ID 9a18db8b5ae2cdcf3ee87bd81620912b510dddf6 # Parent 889aa3ced0f38087ba573fba18a3d04d9b6bbd2e 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 diff -r 889aa3ced0f3 -r 9a18db8b5ae2 Makefile --- a/Makefile Mon Sep 26 10:05:13 2005 +0000 +++ b/Makefile Tue Oct 04 11:19:08 2005 +0000 @@ -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)