1
0
Fork 0
forked from len0rd/rockbox

Get the plugins synced up with the threading changes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14881 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-09-28 11:12:45 +00:00
parent a13a1d5492
commit d7cb90722f
5 changed files with 109 additions and 62 deletions

View file

@ -493,9 +493,6 @@ static void codec_thread(void)
/* Signal to the main thread that we are done */
codec_playing = false;
/* Commit suicide */
rb->remove_thread(NULL);
}
static unsigned char* codec_stack;