From d6cf3a0305711380f6e36b54e1222dea06632c4c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Jun 2005 21:34:11 +0000 Subject: increase codec buffer size to fit the mpc codec properly (NOTE: the codec loader does not detect when the full codec doesn't fit) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6827 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/plugin.lds') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 619bb0e..f1b4d30 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -23,7 +23,7 @@ OUTPUT_FORMAT(elf32-sh) #endif #ifdef CODEC -#define CODEC_SIZE 0x3C000 +#define CODEC_SIZE 0x40000 #else #define CODEC_SIZE 0 #endif -- cgit v1.1