diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-03 16:11:39 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-03 16:11:39 +0000 |
| commit | 8a04f6203144b46909020d4ec5f91d680a2b88fd (patch) | |
| tree | 142f2648810f5c2d9ac41620c8afeb0a177d3e98 /apps/codecs | |
| parent | 8f0a1b3e6cd466b8016e79ee49fc342986a787ad (diff) | |
| download | rockbox-8a04f6203144b46909020d4ec5f91d680a2b88fd.zip rockbox-8a04f6203144b46909020d4ec5f91d680a2b88fd.tar.gz rockbox-8a04f6203144b46909020d4ec5f91d680a2b88fd.tar.bz2 rockbox-8a04f6203144b46909020d4ec5f91d680a2b88fd.tar.xz | |
SPC Codec: I'm pretty sure Gigabeat S can do realtime BRR decode and echo. :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17330 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/spc/spc_codec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/spc/spc_codec.h b/apps/codecs/spc/spc_codec.h index f9127ef..39d8ef5 100644 --- a/apps/codecs/spc/spc_codec.h +++ b/apps/codecs/spc/spc_codec.h @@ -42,7 +42,8 @@ /* TGB is the only target fast enough for gaussian and realtime BRR decode */ /* echo is almost fast enough but not quite */ -#if defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR) +#if defined(TOSHIBA_GIGABEAT_F) || defined(TOSHIBA_GIGABEAT_S) ||\ + defined(SIMULATOR) /* Don't cache BRR waves */ #define SPC_BRRCACHE 0 |