[Freeswitch-svn] [commit] r6295 - freeswitch/trunk/src/mod/codecs/mod_speex

Freeswitch SVN mikej at freeswitch.org
Thu Nov 15 20:55:30 EST 2007


Author: mikej
Date: Thu Nov 15 20:55:29 2007
New Revision: 6295

Modified:
   freeswitch/trunk/src/mod/codecs/mod_speex/Makefile

Log:
only build libspeex, avoiding building the sample programs, and errors in build if libogg is not available

Modified: freeswitch/trunk/src/mod/codecs/mod_speex/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_speex/Makefile	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_speex/Makefile	Thu Nov 15 20:55:29 2007
@@ -8,5 +8,5 @@
 include $(BASE)/build/modmake.rules
 
 $(SPEEXLA): $(SPEEX_DIR) $(SPEEX_DIR)/.update
-	cd $(SPEEX_DIR) && $(MAKE)
+	cd $(SPEEX_DIR)/libspeex && $(MAKE)
 	$(TOUCH_TARGET)



More information about the Freeswitch-svn mailing list