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.

20 lines
377 B

  1. --- a/libfaad/common.h
  2. +++ b/libfaad/common.h
  3. @@ -120,8 +120,7 @@ extern "C" {
  4. #undef DRM_PS
  5. #undef ALLOW_SMALL_FRAMELENGTH
  6. #undef ERROR_RESILIENCE
  7. -#endif
  8. -
  9. +#else
  10. #define SBR_DEC
  11. //#define SBR_LOW_POWER
  12. #define PS_DEC
  13. @@ -129,6 +128,7 @@ extern "C" {
  14. #ifdef SBR_LOW_POWER
  15. #undef PS_DEC
  16. #endif
  17. +#endif
  18. /* FIXED POINT: No MAIN decoding */
  19. #ifdef FIXED_POINT