diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index ea228c4..9e17c23 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -488,6 +488,12 @@ static const struct plugin_api rockbox_api = { spinlock_lock, spinlock_unlock, #endif + +#if (CONFIG_CODEC == SWCODEC) + codec_load_file, + get_metadata, + get_codec_filename, +#endif }; int plugin_load(const char* plugin, void* parameter) |