diff options
Diffstat (limited to 'apps/codecs/libfaad/common.h')
-rw-r--r-- | apps/codecs/libfaad/common.h | 3 |
1 files changed, 1 insertions, 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; | |||
151 | #undef ERROR_RESILIENCE | 151 | #undef ERROR_RESILIENCE |
152 | #endif | 152 | #endif |
153 | 153 | ||
154 | #if CODEC_SIZE >= 0x80000 | ||
154 | #define SBR_DEC | 155 | #define SBR_DEC |
155 | //#define SBR_LOW_POWER /* Does not work yet in rockbox. */ | 156 | //#define SBR_LOW_POWER /* Does not work yet in rockbox. */ |
156 | |||
157 | #if CODEC_SIZE >= 0x80000 | ||
158 | #define PS_DEC | 157 | #define PS_DEC |
159 | #endif | 158 | #endif |
160 | 159 | ||