From d83e929f3fc369a5981e1e40e1c5307169a46cfc Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 12 Jan 2006 00:35:50 +0000 Subject: 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 --- tools/configure | 15 +++++++++++++++ tools/scramble.c | 2 ++ 2 files changed, 17 insertions(+) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 68d2481922..f8fea6e76c 100755 --- a/tools/configure +++ b/tools/configure @@ -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 diff --git a/tools/scramble.c b/tools/scramble.c index d19ef89173..44a1902424 100644 --- a/tools/scramble.c +++ b/tools/scramble.c @@ -171,6 +171,8 @@ int main (int argc, char** argv) modelnum = 4; else if(!strcmp(&argv[1][5], "ipvd")) modelnum = 5; + else if(!strcmp(&argv[1][5], "fp7x")) + modelnum = 6; else { fprintf(stderr, "unsupported model: %s\n", &argv[1][5]); return 2; -- cgit v1.2.3