summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-22 21:34:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-22 21:34:11 +0000
commitd6cf3a0305711380f6e36b54e1222dea06632c4c (patch)
treeb003405f6e38d91e8da24e9094f5bd2e8ec76e10 /apps/plugins/plugin.lds
parent97a1cf80f7334925110e510590b701ec510d42d7 (diff)
downloadrockbox-d6cf3a0305711380f6e36b54e1222dea06632c4c.zip
rockbox-d6cf3a0305711380f6e36b54e1222dea06632c4c.tar.gz
rockbox-d6cf3a0305711380f6e36b54e1222dea06632c4c.tar.bz2
rockbox-d6cf3a0305711380f6e36b54e1222dea06632c4c.tar.xz
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
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r--apps/plugins/plugin.lds2
1 files changed, 1 insertions, 1 deletions
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