1
0
Fork 0
forked from len0rd/rockbox

Add another #ifdef PLAYBACK_VOICE where it should be.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12715 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-03-11 05:06:59 +00:00
parent 5d63776a24
commit 07b41d65e8

View file

@ -3446,8 +3446,10 @@ static void audio_thread(void)
audiohw_postinit();
#ifdef PLAYBACK_VOICE
/* Unlock mutex that init stage locks before creating this thread */
mutex_unlock(&mutex_codecthread);
#endif
while (1)
{