summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2006-11-23 11:03:04 +0000
committerJonas Häggqvist <rasher@rasher.dk>2006-11-23 11:03:04 +0000
commit069c54d5d87378ccd73d84be2606ec2ab654bc21 (patch)
treedba46de454b5face9e5a2dd1b6f63d7c8b008489
parent7ec37778830d130c68572e1c6646fce4172e74b8 (diff)
downloadrockbox-069c54d5d87378ccd73d84be2606ec2ab654bc21.tar.gz
rockbox-069c54d5d87378ccd73d84be2606ec2ab654bc21.zip
Build wavtrim and voicefont when building voicefile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11576 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index c49a3c1003..f81892d2d8 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1278,6 +1278,7 @@ fi
1278 [Vv]) 1278 [Vv])
1279 echo "Voice build selected" 1279 echo "Voice build selected"
1280 voiceconfig 1280 voiceconfig
1281 toolset="${toolset} voicefont wavtrim"
1281 voice="yes" 1282 voice="yes"
1282 ;; 1283 ;;
1283 *) 1284 *)