From 738824ccdd327da7d9d13fe9d2a48e74c40ad62f Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sat, 25 Apr 2009 04:10:50 +0000 Subject: 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 --- apps/codecs/libspc/spc_codec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libspc') 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 @@ /* 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(TOSHIBA_GIGABEAT_S) ||\ - defined(SIMULATOR) + defined(SIMULATOR) || MEMORYSIZE <= 2 /* Don't cache BRR waves */ #define SPC_BRRCACHE 0 -- cgit v1.2.3