diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-06-27 21:23:03 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-27 21:23:03 +0000 |
| commit | a24017f4da1be50a43bd14db607205582abc7544 (patch) | |
| tree | 16e3d6a2fc27e21a44238b3b647c50546e0bb5ce /apps/codecs.h | |
| parent | 46136596433da25f3d802d72d0d1273a229c9d9f (diff) | |
| download | rockbox-a24017f4da1be50a43bd14db607205582abc7544.zip rockbox-a24017f4da1be50a43bd14db607205582abc7544.tar.gz rockbox-a24017f4da1be50a43bd14db607205582abc7544.tar.bz2 rockbox-a24017f4da1be50a43bd14db607205582abc7544.tar.xz | |
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
Diffstat (limited to 'apps/codecs.h')
| -rw-r--r-- | apps/codecs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/codecs.h b/apps/codecs.h index c50af30..1a03139 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -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 |