diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-03-11 05:06:59 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-03-11 05:06:59 +0000 |
commit | 07b41d65e8f57b52149d06823026caa505546bb5 (patch) | |
tree | 3a3a46fa2e4da5e047f8aa4152910723b000507b /apps | |
parent | 5d63776a24cb3de9f5ddbfbfb13ce03e50264c03 (diff) |
Add another #ifdef PLAYBACK_VOICE where it should be.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12715 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/playback.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c index c3d28110dd..739d3fa850 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -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) { |