1
0
Fork 0
forked from len0rd/rockbox

use correct condition for #if for tagcache_fill_tags().

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28188 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Teruaki Kawashima 2010-09-30 13:09:50 +00:00
parent 2dbe569aff
commit 55a63609ef
5 changed files with 6 additions and 4 deletions

View file

@ -703,7 +703,7 @@ static const struct plugin_api rockbox_api = {
tagcache_retrieve,
tagcache_search_finish,
tagcache_get_numeric,
#ifdef HAVE_TC_RAMCACHE
#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE)
tagcache_fill_tags,
#endif
#endif