forked from len0rd/rockbox
added toolset for iFP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
22e6c02f8e
commit
4b0da6d57e
1 changed files with 4 additions and 0 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -458,6 +458,7 @@ appsdir='\$(ROOTDIR)/apps'
|
|||
archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb codepages"
|
||||
iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb codepages"
|
||||
ipodbitmaptools="$toolset scramble ipod_fw bmp2rb codepages"
|
||||
ifpbitmaptools="$toolset bmp2rb codepages"
|
||||
|
||||
case $target_id in
|
||||
|
||||
|
|
@ -764,6 +765,9 @@ appsdir='\$(ROOTDIR)/apps'
|
|||
flash=""
|
||||
plugins="yes"
|
||||
codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a"
|
||||
# toolset is the tools within the tools directory that we build for
|
||||
# this particular target.
|
||||
toolset=$ifpbitmaptools
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue