1
0
Fork 0
forked from len0rd/rockbox

AAC: Enable SBR decoding for all targets

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30510 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-09-12 00:10:18 +00:00
parent 78a0d49bdb
commit 9ea367ea23

View file

@ -151,9 +151,10 @@ extern struct codec_api* ci;
#undef ERROR_RESILIENCE #undef ERROR_RESILIENCE
#endif #endif
#if CODEC_SIZE >= 0x80000
#define SBR_DEC #define SBR_DEC
//#define SBR_LOW_POWER /* Does not work yet in rockbox. */ //#define SBR_LOW_POWER /* Does not work yet in rockbox. */
#if CODEC_SIZE >= 0x80000
#define PS_DEC #define PS_DEC
#endif #endif