diff options
author | Dave Chapman <dave@dchapman.com> | 2005-10-31 20:45:56 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-10-31 20:45:56 +0000 |
commit | da1949b109ba4813673d6939a8bce2ac7e9fa14a (patch) | |
tree | 66152d688a65f8be555440841a97dd0cac8c594a /firmware/export | |
parent | 5ffbb4eb11be5e2213fd3cc5c6a1015105f51638 (diff) |
Increase codec size to 512KB in preparation for AAC codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7704 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-h120.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index 9b1b563531..d0625189ca 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -38,7 +38,7 @@ #define HAVE_SW_POWEROFF /* The number of bytes reserved for loadable codecs */ -#define CODEC_SIZE 0x40000 +#define CODEC_SIZE 0x80000 /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0xC0000 |