summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-09-12 00:10:18 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-09-12 00:10:18 +0000
commit9ea367ea2301b69e70b4c0e6403e15aba6433293 (patch)
tree16f9c465c7577703378ff51e44ccff1667cf940b
parent78a0d49bdb4dcabb53e381e841493e893d3095bf (diff)
downloadrockbox-9ea367ea2301b69e70b4c0e6403e15aba6433293.tar.gz
rockbox-9ea367ea2301b69e70b4c0e6403e15aba6433293.zip
AAC: Enable SBR decoding for all targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30510 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/libfaad/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/common.h b/apps/codecs/libfaad/common.h
index 720042b4aa..4a35d72318 100644
--- a/apps/codecs/libfaad/common.h
+++ b/apps/codecs/libfaad/common.h
@@ -151,9 +151,10 @@ extern struct codec_api* ci;
151 #undef ERROR_RESILIENCE 151 #undef ERROR_RESILIENCE
152#endif 152#endif
153 153
154#if CODEC_SIZE >= 0x80000
155#define SBR_DEC 154#define SBR_DEC
156//#define SBR_LOW_POWER /* Does not work yet in rockbox. */ 155//#define SBR_LOW_POWER /* Does not work yet in rockbox. */
156
157#if CODEC_SIZE >= 0x80000
157#define PS_DEC 158#define PS_DEC
158#endif 159#endif
159 160