summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 252612176d..194575ad8d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -457,6 +457,7 @@ appsdir='\$(ROOTDIR)/apps'
457 # Toolsets for some target families: 457 # Toolsets for some target families:
458 archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb codepages" 458 archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb codepages"
459 iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb codepages" 459 iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb codepages"
460 iaudiobitmaptools="$toolset scramble descramble mkboot bmp2rb codepages"
460 ipodbitmaptools="$toolset scramble ipod_fw bmp2rb codepages" 461 ipodbitmaptools="$toolset scramble ipod_fw bmp2rb codepages"
461 ifpbitmaptools="$toolset bmp2rb codepages" 462 ifpbitmaptools="$toolset bmp2rb codepages"
462 463
@@ -678,7 +679,7 @@ appsdir='\$(ROOTDIR)/apps'
678 target="-DIAUDIO_X5" 679 target="-DIAUDIO_X5"
679 memory=32 # always 680 memory=32 # always
680 coldfirecc 681 coldfirecc
681 tool="$rootdir/tools/scramble -add=x5" # wrong, must be fixed 682 tool="$rootdir/tools/scramble -add=h120" # wrong, must be fixed
682 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" 683 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
683 bmp2rb_native="$rootdir/tools/bmp2rb -f 4" 684 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
684 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" 685 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
@@ -691,7 +692,7 @@ appsdir='\$(ROOTDIR)/apps'
691 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a" 692 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a"
692 # toolset is the tools within the tools directory that we build for 693 # toolset is the tools within the tools directory that we build for
693 # this particular target. 694 # this particular target.
694 toolset="$toolset iaudio bmp2rb codepages" 695 toolset="$iaudiobitmaptools"
695 ;; 696 ;;
696 697
697 13) 698 13)