blob: 31e40bb6e90619e4a44200defcbde71b473c37f8 (
plain) (
tree)
|
|
--- speech_tools/config/config.orig Thu Nov 18 19:10:29 1999
+++ speech_tools/config/config Fri Jun 16 17:03:16 2000
@@ -15,7 +15,7 @@
## You may need to set this explicitly if automounter or NFS
## side effects cause problems
-EST_HOME := $(shell (cd $(EST); pwd))
+EST_HOME := $(PKG_EST_HOME)
###########################################################################
## System type.
@@ -77,10 +77,10 @@
## specify a program to play files in a desired format.
## NCD's network audio system, This is recommended.
-# INCLUDE_MODULES += NAS_AUDIO
+INCLUDE_MODULES += NAS_AUDIO
## Elightenment Sound Demon, for KDE etc.
-# INCLUDE_MODULES += ESD_AUDIO
+INCLUDE_MODULES += ESD_AUDIO
## Native audio for your platform (sun, linux, freebsd, irix, windows)
INCLUDE_MODULES += NATIVE_AUDIO
@@ -95,7 +95,7 @@
INCLUDE_MODULES += EDITLINE
# speech recognition
-#INCLUDE_MODULES += ASR
+INCLUDE_MODULES += ASR
## Scheme
|