summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 793114539e..aff24e0059 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -488,13 +488,12 @@ static const struct plugin_api rockbox_api = {
488#endif 488#endif
489 /* new stuff at the end, sort into place next time 489 /* new stuff at the end, sort into place next time
490 the API gets incompatible */ 490 the API gets incompatible */
491#if NUM_CORES > 1 491
492#if (CONFIG_CODEC == SWCODEC)
492 spinlock_init, 493 spinlock_init,
493 spinlock_lock, 494 spinlock_lock,
494 spinlock_unlock, 495 spinlock_unlock,
495#endif
496 496
497#if (CONFIG_CODEC == SWCODEC)
498 codec_load_file, 497 codec_load_file,
499 get_codec_filename, 498 get_codec_filename,
500 get_metadata, 499 get_metadata,