diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-22 22:03:13 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-22 22:03:13 +0000 |
| commit | df5170830c41e7cdafcbcc070f7245970f84d233 (patch) | |
| tree | 9e5eda14c167e740f55f2d92b7c62815d490d2b8 /apps/codecs.h | |
| parent | 8b2531be27bf8ce70acca3a126827b3afc133f08 (diff) | |
| download | rockbox-df5170830c41e7cdafcbcc070f7245970f84d233.zip rockbox-df5170830c41e7cdafcbcc070f7245970f84d233.tar.gz rockbox-df5170830c41e7cdafcbcc070f7245970f84d233.tar.bz2 rockbox-df5170830c41e7cdafcbcc070f7245970f84d233.tar.xz | |
Fixed CODEC_BUFFER_SIZE mismatch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6830 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs.h')
| -rw-r--r-- | apps/codecs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs.h b/apps/codecs.h index 4cf1f81..e322d75 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -72,7 +72,8 @@ #endif -/* This size must match the one set in ../plugins/plugin.lds */ +/* This size must match the one set in ../plugins/plugin.lds and + ../../firmware/app.lds */ #define CODEC_BUFFER_SIZE 0x40000 #ifdef SIMULATOR |