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:
parent
42d88cbafa
commit
40c7551013
1 changed files with 2 additions and 2 deletions
|
@ -61,9 +61,9 @@
|
|||
#if CONFIG_CODEC == SWCODEC
|
||||
|
||||
#ifdef HAVE_RECORDING
|
||||
#define BASETHREADS 18
|
||||
#else
|
||||
#define BASETHREADS 17
|
||||
#else
|
||||
#define BASETHREADS 16
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue