]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update sphinxbase, pocketsphinx
authorBrian West <brian@freeswitch.org>
Fri, 11 Dec 2009 15:04:30 +0000 (15:04 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 11 Dec 2009 15:04:30 +0000 (15:04 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15907 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_pocketsphinx/Makefile

index b30ae2409dda58b32ba432ea56db11c56d123ee2..390eacfc112eb81016d8fcd366982578cfa930ec 100644 (file)
@@ -15,7 +15,7 @@ BASE=../../../..
 include $(BASE)/build/modmake.rules
 
 $(SPHINXBASE_DIR):
-       $(GETLIB) $(SPHINXBASE)-latest.tar.gz
+       $(GETLIB) $(SPHINXBASE)-20091212.tar.gz
 
 $(SPHINXBASE_DIR)/buildstamp: $(SPHINXBASE_DIR)
        test -f $(SPHINXBASE_DIR)/Makefile || (cd $(SPHINXBASE_DIR) && ./configure --with-pic --without-python --disable-shared CFLAGS=)
@@ -26,7 +26,7 @@ $(SPHINXBASE_LA): $(SPHINXBASE_DIR)/buildstamp
        $(TOUCH_TARGET)
 
 $(POCKETSPHINX_DIR):
-       $(GETLIB) $(POCKETSPHINX)-latest.tar.gz
+       $(GETLIB) $(POCKETSPHINX)-20091212.tar.gz
 
 $(POCKETSPHINX_DIR)/Makefile: $(POCKETSPHINX_DIR)
        cd $(POCKETSPHINX_DIR) && ./configure --with-pic --without-python --disable-shared --with-sphinxbase=$(SPHINXBASE_DIR) CFLAGS=