mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
22dfcdb3ec
commit
710ccb7b48
63 changed files with 237 additions and 16 deletions
|
@ -27,7 +27,9 @@ status.c
|
|||
talk.c
|
||||
#endif
|
||||
tree.c
|
||||
#ifdef HAVE_TAGCACHE
|
||||
tagtree.c
|
||||
#endif
|
||||
filetree.c
|
||||
scrobbler.c
|
||||
|
||||
|
@ -82,7 +84,9 @@ eq_arm.S
|
|||
eq_menu.c
|
||||
#endif
|
||||
metadata.c
|
||||
#ifdef HAVE_TAGCACHE
|
||||
tagcache.c
|
||||
#endif
|
||||
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) \
|
||||
|| (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||
keymaps/keymap-h1x0_h3x0.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue