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:
parent
78a0d49bdb
commit
9ea367ea23
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue