[Freeswitch-svn] [commit] r4737 - freeswitch/trunk/src/mod/formats/mod_shout
Freeswitch SVN
mikej at freeswitch.org
Thu Mar 22 17:13:10 EDT 2007
Author: mikej
Date: Thu Mar 22 17:13:10 2007
New Revision: 4737
Modified:
freeswitch/trunk/src/mod/formats/mod_shout/Makefile
Log:
shout does not need speex
Modified: freeswitch/trunk/src/mod/formats/mod_shout/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_shout/Makefile (original)
+++ freeswitch/trunk/src/mod/formats/mod_shout/Makefile Thu Mar 22 17:13:10 2007
@@ -12,7 +12,6 @@
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)
More information about the Freeswitch-svn
mailing list