diff options
| author | Dave Chapman <dave@dchapman.com> | 2009-07-16 00:38:50 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2009-07-16 00:38:50 +0000 |
| commit | c30d509f34c80fa59cd3120cda4f4383cbcde485 (patch) | |
| tree | 1d6992ec0b19009aaf4013318e2b7284abf4b363 | |
| parent | a677e1ba26f516420dc220057261afcc7b374237 (diff) | |
| download | rockbox-c30d509f34c80fa59cd3120cda4f4383cbcde485.zip rockbox-c30d509f34c80fa59cd3120cda4f4383cbcde485.tar.gz rockbox-c30d509f34c80fa59cd3120cda4f4383cbcde485.tar.bz2 rockbox-c30d509f34c80fa59cd3120cda4f4383cbcde485.tar.xz | |
Correct the bmp2rb option for native bitmaps on the Nano2G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21898 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index c6341ff..f5aecea 100755 --- a/tools/configure +++ b/tools/configure @@ -1361,7 +1361,7 @@ fi arm940tcc tool="$rootdir/tools/scramble -add=nn2g" bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" - bmp2rb_native="$rootdir/tools/bmp2rb -f 6" + bmp2rb_native="$rootdir/tools/bmp2rb -f 4" output="rockbox.ipod" appextra="recorder:gui" plugins="yes" |