From b0bd0212e34953816e5cccfd0ad6364505cd449e Mon Sep 17 00:00:00 2001 From: jethead71 Date: Mon, 5 Jan 2009 10:57:12 +0000 Subject: [PATCH] Unless I'm severely mistaken, we can drop a thread slot now since mpegplayer creates one less thread. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19686 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/thread.h b/firmware/export/thread.h index 4c1e95234..7fe128d59 100644 --- a/firmware/export/thread.h +++ b/firmware/export/thread.h @@ -61,9 +61,9 @@ #if CONFIG_CODEC == SWCODEC #ifdef HAVE_RECORDING -#define BASETHREADS 18 -#else #define BASETHREADS 17 +#else +#define BASETHREADS 16 #endif #else -- 2.11.4.GIT