diff options
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 |