summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index b03ed3109a..aa24b327ca 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -607,13 +607,15 @@ static const struct plugin_api rockbox_api = {
607#endif 607#endif
608 608
609 thread_thaw, 609 thread_thaw,
610
611#if (CONFIG_CODEC == SWCODEC)
610 semaphore_init, 612 semaphore_init,
611 semaphore_wait, 613 semaphore_wait,
612 semaphore_release, 614 semaphore_release,
613 event_init, 615 event_init,
614 event_wait, 616 event_wait,
615 event_set_state, 617 event_set_state,
616 618#endif
617 /* new stuff at the end, sort into place next time 619 /* new stuff at the end, sort into place next time
618 the API gets incompatible */ 620 the API gets incompatible */
619 621