From 9ea367ea2301b69e70b4c0e6403e15aba6433293 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 12 Sep 2011 00:10:18 +0000 Subject: AAC: Enable SBR decoding for all targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30510 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libfaad/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; #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 -- cgit v1.2.3