From 55a63609ef1bf24c3594eeb2f6eca92cba81bae5 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Thu, 30 Sep 2010 13:09:50 +0000 Subject: use correct condition for #if for tagcache_fill_tags(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28188 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 193d02e..28c5854 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -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 -- cgit v1.1