[Freeswitch-svn] [commit] r4742 - freeswitch/trunk/src/mod/formats/mod_shout
Freeswitch SVN
mikej at freeswitch.org
Thu Mar 22 18:44:05 EDT 2007
Author: mikej
Date: Thu Mar 22 18:44:05 2007
New Revision: 4742
Modified:
freeswitch/trunk/src/mod/formats/mod_shout/Makefile
Log:
work around broken libshout not linking -speex when it needs to
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 18:44:05 2007
@@ -12,6 +12,8 @@
LOCAL_CFLAGS=-I$(SHOUT_DIR)/include -I$(LAME_DIR)/include
LOCAL_LIBADD=$(LAMELA) $(SHOUTLA)
+
+LOCAL_LDFLAGS=`cat ../../../../libs/libshout-2.2.2/Makefile | grep SPEEX_LIBS | sed -e 's|^SPEEX_LIBS =||'`
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