[Freeswitch-svn] [commit] r4610 - freeswitch/trunk/src/mod/formats/mod_shout

Freeswitch SVN anthm at freeswitch.org
Thu Mar 15 15:39:18 EDT 2007


Author: anthm
Date: Thu Mar 15 15:39:18 2007
New Revision: 4610

Modified:
   freeswitch/trunk/src/mod/formats/mod_shout/Makefile

Log:
fix build

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 15 15:39:18 2007
@@ -34,7 +34,7 @@
 
 $(SHOUT_DIR)/Makefile:
 	$(GETLIB) $(SHOUT).tar.gz
-	cd $(SHOUT_DIR) && ./configure $(DEFAULT_ARGS)
+	cd $(SHOUT_DIR) && ./configure $(DEFAULT_ARGS) --with-speex=no
 
 $(SHOUTLA): $(SHOUT_DIR)/Makefile
 	cd $(SHOUT_DIR) && $(MAKE)



More information about the Freeswitch-svn mailing list