1
0
Fork 0
forked from len0rd/rockbox

New target - iPod Video.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-12-18 13:04:00 +00:00
parent 3f9789b45a
commit 2a7bd9fb7b
12 changed files with 334 additions and 11 deletions

View file

@ -56,11 +56,11 @@ recorder/icons.c
recorder/keyboard.c
recorder/peakmeter.c
recorder/widgets.c
#ifdef IRIVER_H300_SERIES
#if defined(IRIVER_H300_SERIES) || defined(APPLE_IPODVIDEO)
recorder/logo-h300.c
#elif APPLE_IPODCOLOR
#elif defined(APPLE_IPODCOLOR)
recorder/logo-ipod.c
#elif APPLE_IPODNANO
#elif defined(APPLE_IPODNANO)
recorder/logo-nano.c
#endif
#endif