diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2011-09-12 00:10:18 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-09-12 00:10:18 +0000 |
| commit | 9ea367ea2301b69e70b4c0e6403e15aba6433293 (patch) | |
| tree | 16f9c465c7577703378ff51e44ccff1667cf940b /apps/codecs/libfaad/common.h | |
| parent | 78a0d49bdb4dcabb53e381e841493e893d3095bf (diff) | |
| download | rockbox-9ea367ea2301b69e70b4c0e6403e15aba6433293.zip rockbox-9ea367ea2301b69e70b4c0e6403e15aba6433293.tar.gz rockbox-9ea367ea2301b69e70b4c0e6403e15aba6433293.tar.bz2 rockbox-9ea367ea2301b69e70b4c0e6403e15aba6433293.tar.xz | |
AAC: Enable SBR decoding for all targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30510 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libfaad/common.h')
| -rw-r--r-- | apps/codecs/libfaad/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/common.h b/apps/codecs/libfaad/common.h index 720042b..4a35d72 100644 --- a/apps/codecs/libfaad/common.h +++ b/apps/codecs/libfaad/common.h @@ -151,9 +151,10 @@ extern struct codec_api* ci; #undef ERROR_RESILIENCE #endif -#if CODEC_SIZE >= 0x80000 #define SBR_DEC //#define SBR_LOW_POWER /* Does not work yet in rockbox. */ + +#if CODEC_SIZE >= 0x80000 #define PS_DEC #endif |