summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 75908fe60c..e7cb4943f8 100755
--- a/tools/configure
+++ b/tools/configure
@@ -579,7 +579,7 @@ voiceconfig () {
579 if [ -n "`findtool lame`" ]; then 579 if [ -n "`findtool lame`" ]; then
580 ENCODER="lame" 580 ENCODER="lame"
581 ENC_CMD="lame" 581 ENC_CMD="lame"
582 ENC_OPTS="--resample 12 -t -m m -h -V 9 -S -B 64 --vbr-new" 582 ENC_OPTS="--resample 12 -t -m m -h -V 9.999 -S -B 64 --vbr-new"
583 else 583 else
584 echo "You need LAME in the system path to build voice files for" 584 echo "You need LAME in the system path to build voice files for"
585 echo "HWCODEC targets." 585 echo "HWCODEC targets."