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
This commit is contained in:
Michael Sevakis 2009-01-05 10:57:12 +00:00
parent 42d88cbafa
commit 40c7551013

View file

@ -61,9 +61,9 @@
#if CONFIG_CODEC == SWCODEC
#ifdef HAVE_RECORDING
#define BASETHREADS 18
#else
#define BASETHREADS 17
#else
#define BASETHREADS 16
#endif
#else