From ccd56bf22069ecb8f228dea0738c1ae2eba04a39 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sat, 20 Sep 2008 22:13:39 +0000 Subject: Fix test_codec on multiprocessor codecs (MP3, SPC). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18558 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/plugin.c') 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 = { search_albumart_files, #endif + thread_thaw, + semaphore_init, + semaphore_wait, + semaphore_release, + event_init, + event_wait, + event_set_state, + /* new stuff at the end, sort into place next time the API gets incompatible */ -- cgit v1.2.3