summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2008-09-20 22:13:39 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2008-09-20 22:13:39 +0000
commitccd56bf22069ecb8f228dea0738c1ae2eba04a39 (patch)
tree39995332648c15044d20db7b771c3b726c4f0e51 /apps/plugin.c
parent4e36a2b991d58a40d7ea12c9bf41e93736b8b024 (diff)
downloadrockbox-ccd56bf22069ecb8f228dea0738c1ae2eba04a39.tar.gz
rockbox-ccd56bf22069ecb8f228dea0738c1ae2eba04a39.zip
Fix test_codec on multiprocessor codecs (MP3, SPC).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18558 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 6889248402..b03ed3109a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -606,6 +606,14 @@ static const struct plugin_api rockbox_api = {
606 search_albumart_files, 606 search_albumart_files,
607#endif 607#endif
608 608
609 thread_thaw,
610 semaphore_init,
611 semaphore_wait,
612 semaphore_release,
613 event_init,
614 event_wait,
615 event_set_state,
616
609 /* new stuff at the end, sort into place next time 617 /* new stuff at the end, sort into place next time
610 the API gets incompatible */ 618 the API gets incompatible */
611 619