From e1d33c07c61cd45b3a96ea687056bf8a0646160d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 13 Aug 2011 20:07:01 +0000 Subject: [PATCH] configure: remove redundant ENC_CMD git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30288 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 +--- 1 file changed, 1 insertion(+), 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 () { if [ "$swcodec" = "yes" ]; then ENCODER="rbspeexenc" - ENC_CMD="rbspeexenc" ENC_OPTS="-q 4 -c 10" else if [ -n "`findtool lame`" ]; then ENCODER="lame" - ENC_CMD="lame" ENC_OPTS="--resample 12 -t -m m -h -V 9.999 -S -B 64 --vbr-new" else echo "You need LAME in the system path to build voice files for" @@ -3700,7 +3698,7 @@ export MANUALDEV=${manualdev} export TTS_OPTS=${TTS_OPTS} export TTS_ENGINE=${TTS_ENGINE} export ENC_OPTS=${ENC_OPTS} -export ENCODER=${ENC_CMD} +export ENCODER=${ENCODER} export USE_ELF=${USE_ELF} export RBDIR=${rbdir} export ROCKBOX_SHARE_PATH=${sharedir}