summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/SOURCES3
-rw-r--r--apps/codecs/libspc/spc_codec.h2
2 files changed, 1 insertions, 4 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES
index 5dc7f31c56..4e4f994a2a 100644
--- a/apps/codecs/SOURCES
+++ b/apps/codecs/SOURCES
@@ -16,10 +16,7 @@ ape.c
16nsf.c 16nsf.c
17asap.c 17asap.c
18aac.c 18aac.c
19
20#if MEMORYSIZE > 2
21spc.c 19spc.c
22#endif
23mod.c 20mod.c
24shorten.c 21shorten.c
25aiff.c 22aiff.c
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