forked from len0rd/rockbox
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8d13068421
commit
d83e929f3f
52 changed files with 737 additions and 18 deletions
15
tools/configure
vendored
15
tools/configure
vendored
|
|
@ -425,6 +425,7 @@ appsdir='\$(ROOTDIR)/apps'
|
|||
echo "13 - iPod Color/Photo"
|
||||
echo "14 - iPod Nano"
|
||||
echo "15 - iPod Video"
|
||||
echo "16 - iriver iFP-790"
|
||||
|
||||
getit=`input`;
|
||||
|
||||
|
|
@ -691,6 +692,20 @@ appsdir='\$(ROOTDIR)/apps'
|
|||
toolset=$ipodbitmaptools
|
||||
;;
|
||||
|
||||
16)
|
||||
archos="ifp7xx"
|
||||
target="-DIRIVER_IFP7XX"
|
||||
memory=1
|
||||
arm7tdmicc
|
||||
tool="cp"
|
||||
output="rockbox.wma"
|
||||
appextra="recorder:gui"
|
||||
archosrom=""
|
||||
flash=""
|
||||
plugins="yes"
|
||||
codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Please select an actual target platform!"
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue