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:
parent
5d63776a24
commit
07b41d65e8
1 changed files with 2 additions and 0 deletions
|
@ -3446,8 +3446,10 @@ static void audio_thread(void)
|
||||||
|
|
||||||
audiohw_postinit();
|
audiohw_postinit();
|
||||||
|
|
||||||
|
#ifdef PLAYBACK_VOICE
|
||||||
/* Unlock mutex that init stage locks before creating this thread */
|
/* Unlock mutex that init stage locks before creating this thread */
|
||||||
mutex_unlock(&mutex_codecthread);
|
mutex_unlock(&mutex_codecthread);
|
||||||
|
#endif
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue