summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-10-25 10:17:57 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-10-25 10:17:57 +0000
commit710ccb7b483da9be9543ea40a99dee7fd6f8fa98 (patch)
treec2e06245a5c91bc1680fe3a033a44e4220fcc459 /apps/screens.c
parent22dfcdb3eca609a920787a154f758b54dd38a550 (diff)
downloadrockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.tar.gz
rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.zip
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 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 7836a8eecb..9787e682bc 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -574,7 +574,9 @@ bool quick_screen_quick(int button_enter)
574 [SHOW_SUPPORTED]={ STR(LANG_SYSFONT_FILTER_SUPPORTED) }, 574 [SHOW_SUPPORTED]={ STR(LANG_SYSFONT_FILTER_SUPPORTED) },
575 [SHOW_MUSIC]={ STR(LANG_SYSFONT_FILTER_MUSIC) }, 575 [SHOW_MUSIC]={ STR(LANG_SYSFONT_FILTER_MUSIC) },
576 [SHOW_PLAYLIST]={ STR(LANG_SYSFONT_FILTER_PLAYLIST) }, 576 [SHOW_PLAYLIST]={ STR(LANG_SYSFONT_FILTER_PLAYLIST) },
577#ifdef HAVE_TAGCACHE
577 [SHOW_ID3DB]={ STR(LANG_SYSFONT_FILTER_ID3DB) } 578 [SHOW_ID3DB]={ STR(LANG_SYSFONT_FILTER_ID3DB) }
579#endif
578 }; 580 };
579 static const struct opt_items right_items[] = { 581 static const struct opt_items right_items[] = {
580 [REPEAT_OFF]={ STR(LANG_SYSFONT_OFF) }, 582 [REPEAT_OFF]={ STR(LANG_SYSFONT_OFF) },