From 07b41d65e8f57b52149d06823026caa505546bb5 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 11 Mar 2007 05:06:59 +0000 Subject: Add another #ifdef PLAYBACK_VOICE where it should be. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12715 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.3