1
0
Fork 0
forked from len0rd/rockbox

Fix test_codec on multiprocessor codecs (MP3, SPC).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18558 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2008-09-20 22:13:39 +00:00
parent 4e36a2b991
commit ccd56bf220
3 changed files with 31 additions and 1 deletions

View file

@ -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 */