From c3cffb766e5f548e0827c04783b34ce3978edf32 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Wed, 14 Sep 2011 06:00:10 +0000 Subject: Roll back r30509 after discussion on irc. Activating AAC-HE SBR will not work on Sansa Clip v1. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30540 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libfaad/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/codecs/libfaad/common.h b/apps/codecs/libfaad/common.h index 4a35d72318..720042b4aa 100644 --- a/apps/codecs/libfaad/common.h +++ b/apps/codecs/libfaad/common.h @@ -151,10 +151,9 @@ 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