1
0
Fork 0
forked from len0rd/rockbox

configure: remove redundant ENC_CMD

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30288 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-08-13 20:07:01 +00:00
parent 2a2d22866c
commit e1d33c07c6

4
tools/configure vendored
View file

@ -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}