You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/libfaad/common.h
|
|
+++ b/libfaad/common.h
|
|
@@ -120,8 +120,7 @@ extern "C" {
|
|
#undef DRM_PS
|
|
#undef ALLOW_SMALL_FRAMELENGTH
|
|
#undef ERROR_RESILIENCE
|
|
-#endif
|
|
-
|
|
+#else
|
|
#define SBR_DEC
|
|
//#define SBR_LOW_POWER
|
|
#define PS_DEC
|
|
@@ -129,6 +128,7 @@ extern "C" {
|
|
#ifdef SBR_LOW_POWER
|
|
#undef PS_DEC
|
|
#endif
|
|
+#endif
|
|
|
|
/* FIXED POINT: No MAIN decoding */
|
|
#ifdef FIXED_POINT
|