From 178e3cd8d65ee26dc51750a8540c1f19defb4284 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 22 Mar 2007 21:13:10 +0000 Subject: [PATCH] shout does not need speex git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4737 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/formats/mod_shout/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/formats/mod_shout/Makefile b/src/mod/formats/mod_shout/Makefile index e847e58d6c..40fd1cfdf7 100644 --- a/src/mod/formats/mod_shout/Makefile +++ b/src/mod/formats/mod_shout/Makefile @@ -12,7 +12,6 @@ SHOUTLA=$(SHOUT_DIR)/src/libshout.la LOCAL_CFLAGS=-I$(SHOUT_DIR)/include -I$(LAME_DIR)/include LOCAL_LIBADD=$(LAMELA) $(SHOUTLA) -LOCAL_LDFLAGS += -lspeex MP3SOURCES=common.c dct64_i386.c decode_ntom.c layer3.c tabinit.c interface.c MP3OBJS=common.o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o LOCAL_OBJS=$(MP3OBJS)