summaryrefslogtreecommitdiff
path: root/apps/codecs/libspc/spc_codec.h
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2009-04-25 04:10:50 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2009-04-25 04:10:50 +0000
commit738824ccdd327da7d9d13fe9d2a48e74c40ad62f (patch)
tree37b93479fba8413ad5d9fc9a815eb5dfcaa98759 /apps/codecs/libspc/spc_codec.h
parentf5884fdeb6252c77973d0f08ee952bb981f6678c (diff)
downloadrockbox-738824ccdd327da7d9d13fe9d2a48e74c40ad62f.tar.gz
rockbox-738824ccdd327da7d9d13fe9d2a48e74c40ad62f.zip
Might as well enable SPC so that all codecs build on the Clip. Not yet real time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20782 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspc/spc_codec.h')
-rw-r--r--apps/codecs/libspc/spc_codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspc/spc_codec.h b/apps/codecs/libspc/spc_codec.h
index a6dcd0a8bc..923645b4aa 100644
--- a/apps/codecs/libspc/spc_codec.h
+++ b/apps/codecs/libspc/spc_codec.h
@@ -47,7 +47,7 @@
47/* TGB is the only target fast enough for gaussian and realtime BRR decode */ 47/* TGB is the only target fast enough for gaussian and realtime BRR decode */
48/* echo is almost fast enough but not quite */ 48/* echo is almost fast enough but not quite */
49#if defined(TOSHIBA_GIGABEAT_F) || defined(TOSHIBA_GIGABEAT_S) ||\ 49#if defined(TOSHIBA_GIGABEAT_F) || defined(TOSHIBA_GIGABEAT_S) ||\
50 defined(SIMULATOR) 50 defined(SIMULATOR) || MEMORYSIZE <= 2
51 /* Don't cache BRR waves */ 51 /* Don't cache BRR waves */
52 #define SPC_BRRCACHE 0 52 #define SPC_BRRCACHE 0
53 53