Correct version of memory sizes in config-logikdax.h (previous values were just experimental and should not have been committed). We also need to remove two more codecs for this codec buffer size (128KB). The m200 and DAX builds now actually build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18568 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e13e365d6
commit
726a63f309
2 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ aac.c
|
|||
sid.c
|
||||
ape.c
|
||||
nsf.c
|
||||
#endif
|
||||
spc.c
|
||||
asap.c
|
||||
#endif
|
||||
mod.c
|
||||
shorten.c
|
||||
aiff.c
|
||||
|
|
|
@ -57,10 +57,10 @@
|
|||
#define HAVE_SW_POWEROFF
|
||||
|
||||
/* The number of bytes reserved for loadable codecs */
|
||||
#define CODEC_SIZE 0x9c000
|
||||
#define CODEC_SIZE 0x20000
|
||||
|
||||
/* The number of bytes reserved for loadable plugins */
|
||||
#define PLUGIN_BUFFER_SIZE 0x8c000
|
||||
#define PLUGIN_BUFFER_SIZE 0x10000
|
||||
|
||||
#define AB_REPEAT_ENABLE 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue