summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/spc/spc_codec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/spc/spc_codec.h b/apps/codecs/spc/spc_codec.h
index f9127ef778..39d8ef5913 100644
--- a/apps/codecs/spc/spc_codec.h
+++ b/apps/codecs/spc/spc_codec.h
@@ -42,7 +42,8 @@
42 42
43/* TGB is the only target fast enough for gaussian and realtime BRR decode */ 43/* TGB is the only target fast enough for gaussian and realtime BRR decode */
44/* echo is almost fast enough but not quite */ 44/* echo is almost fast enough but not quite */
45#if defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR) 45#if defined(TOSHIBA_GIGABEAT_F) || defined(TOSHIBA_GIGABEAT_S) ||\
46 defined(SIMULATOR)
46 /* Don't cache BRR waves */ 47 /* Don't cache BRR waves */
47 #define SPC_BRRCACHE 0 48 #define SPC_BRRCACHE 0
48 49