diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2006-10-25 10:17:57 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2006-10-25 10:17:57 +0000 |
| commit | 710ccb7b483da9be9543ea40a99dee7fd6f8fa98 (patch) | |
| tree | c2e06245a5c91bc1680fe3a033a44e4220fcc459 /firmware/export/config-player.h | |
| parent | 22dfcdb3eca609a920787a154f758b54dd38a550 (diff) | |
| download | rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.zip rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.tar.gz rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.tar.bz2 rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.tar.xz | |
ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-player.h')
| -rw-r--r-- | firmware/export/config-player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 3dfdb0e..76f3415 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -1,6 +1,9 @@ /* define this if you have a charcell LCD display */ #define HAVE_LCD_CHARCELLS 1 +/* define this if you would like tagcache to build on this target */ +#define HAVE_TAGCACHE + /* LCD dimensions (for the simulator) */ #define LCD_WIDTH 132 /* Display width in pixels */ #define LCD_HEIGHT 64 /* Display height in pixels */ |