diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 4016040c5a..128b52ea2d 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -820,6 +820,11 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ +#ifdef HAVE_TAGCACHE +#ifdef HAVE_TC_RAMCACHE + tagcache_is_in_ram, +#endif +#endif }; static int plugin_buffer_handle; |