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.

11 lines
362 B

  1. --- a/src/dsp/dsp.h
  2. +++ b/src/dsp/dsp.h
  3. @@ -97,7 +97,7 @@ extern "C" {
  4. #define WEBP_USE_INTRINSICS
  5. #endif
  6. -#if defined(__mips__) && !defined(__mips64) && \
  7. +#if defined(__mips__) && !defined(__mips16) && !defined(__mips64) && \
  8. defined(__mips_isa_rev) && (__mips_isa_rev >= 1) && (__mips_isa_rev < 6)
  9. #define WEBP_USE_MIPS32
  10. #if (__mips_isa_rev >= 2)