aboutsummaryrefslogtreecommitdiff
path: root/libs/faad2/patches/030-sbr-ps-dec.patch
blob: 19710c38a1e34a16e2be3ab6456ce2ba61193c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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