diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2008-09-20 22:13:39 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2008-09-20 22:13:39 +0000 |
| commit | ccd56bf22069ecb8f228dea0738c1ae2eba04a39 (patch) | |
| tree | 39995332648c15044d20db7b771c3b726c4f0e51 /apps/plugin.c | |
| parent | 4e36a2b991d58a40d7ea12c9bf41e93736b8b024 (diff) | |
| download | rockbox-ccd56bf22069ecb8f228dea0738c1ae2eba04a39.zip rockbox-ccd56bf22069ecb8f228dea0738c1ae2eba04a39.tar.gz rockbox-ccd56bf22069ecb8f228dea0738c1ae2eba04a39.tar.bz2 rockbox-ccd56bf22069ecb8f228dea0738c1ae2eba04a39.tar.xz | |
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.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 6889248..b03ed31 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 */ |