1
0
Fork 0
forked from len0rd/rockbox

Moved the codec and plugin buffer sizes to the config-*.h files instead of

having it repeated in numerous files where they all had to be updated to the
same value if ever changed. This allows specific models to actually have its
own buffer sizes.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6901 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-06-27 21:23:03 +00:00
parent 4613659643
commit a24017f4da
18 changed files with 60 additions and 39 deletions

View file

@ -72,10 +72,6 @@
#endif
/* This size must match the one set in ../plugins/plugin.lds and
../../firmware/app.lds */
#define CODEC_BUFFER_SIZE 0x40000
#ifdef SIMULATOR
#define PREFIX(_x_) sim_ ## _x_
#else