summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure
index 3a4e6c4cfa..b812867005 100755
--- a/tools/configure
+++ b/tools/configure
@@ -988,12 +988,10 @@ voiceconfig () {
988 988
989 if [ "$swcodec" = "yes" ]; then 989 if [ "$swcodec" = "yes" ]; then
990 ENCODER="rbspeexenc" 990 ENCODER="rbspeexenc"
991 ENC_CMD="rbspeexenc"
992 ENC_OPTS="-q 4 -c 10" 991 ENC_OPTS="-q 4 -c 10"
993 else 992 else
994 if [ -n "`findtool lame`" ]; then 993 if [ -n "`findtool lame`" ]; then
995 ENCODER="lame" 994 ENCODER="lame"
996 ENC_CMD="lame"
997 ENC_OPTS="--resample 12 -t -m m -h -V 9.999 -S -B 64 --vbr-new" 995 ENC_OPTS="--resample 12 -t -m m -h -V 9.999 -S -B 64 --vbr-new"
998 else 996 else
999 echo "You need LAME in the system path to build voice files for" 997 echo "You need LAME in the system path to build voice files for"
@@ -3700,7 +3698,7 @@ export MANUALDEV=${manualdev}
3700export TTS_OPTS=${TTS_OPTS} 3698export TTS_OPTS=${TTS_OPTS}
3701export TTS_ENGINE=${TTS_ENGINE} 3699export TTS_ENGINE=${TTS_ENGINE}
3702export ENC_OPTS=${ENC_OPTS} 3700export ENC_OPTS=${ENC_OPTS}
3703export ENCODER=${ENC_CMD} 3701export ENCODER=${ENCODER}
3704export USE_ELF=${USE_ELF} 3702export USE_ELF=${USE_ELF}
3705export RBDIR=${rbdir} 3703export RBDIR=${rbdir}
3706export ROCKBOX_SHARE_PATH=${sharedir} 3704export ROCKBOX_SHARE_PATH=${sharedir}