diff options
Diffstat (limited to 'apps/codecs/libspc/spc_codec.h')
| -rw-r--r-- | apps/codecs/libspc/spc_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libspc/spc_codec.h b/apps/codecs/libspc/spc_codec.h index 391540c..caa6860 100644 --- a/apps/codecs/libspc/spc_codec.h +++ b/apps/codecs/libspc/spc_codec.h @@ -51,6 +51,7 @@ /* Only some targets are fast enough for gaussian and realtime BRR decode */ #if CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L || \ CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2 || \ + defined(CPU_S5L870X) || \ (CONFIG_PLATFORM & PLATFORM_HOSTED) || MEMORYSIZE <= 2 /* Don't cache BRR waves */ #define SPC_BRRCACHE 0 |