From d2e00a74fd7cdf5f062942a8f0b8d51c462d923a Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 11 Dec 2009 15:04:30 +0000 Subject: [PATCH] update sphinxbase, pocketsphinx git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15907 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/asr_tts/mod_pocketsphinx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/asr_tts/mod_pocketsphinx/Makefile b/src/mod/asr_tts/mod_pocketsphinx/Makefile index b30ae2409d..390eacfc11 100644 --- a/src/mod/asr_tts/mod_pocketsphinx/Makefile +++ b/src/mod/asr_tts/mod_pocketsphinx/Makefile @@ -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=