patch-media_libyuv_include_libyuv_row_h 604 B

123456789101112
  1. --- firefox-49.0.2.orig/media/libyuv/include/libyuv/row.h 2016-05-12 19:13:17.000000000 +0200
  2. +++ firefox-49.0.2/media/libyuv/include/libyuv/row.h 2016-11-11 18:20:11.589488367 +0100
  3. @@ -332,7 +332,8 @@ extern "C" {
  4. // The following are available on Mips platforms:
  5. #if !defined(LIBYUV_DISABLE_MIPS) && defined(__mips__)
  6. #define HAS_COPYROW_MIPS
  7. -#if defined(__mips_dsp) && (__mips_dsp_rev >= 2)
  8. +#if defined(__mips_dsp) && (__mips_dsp_rev >= 2) && \
  9. + (_MIPS_SIM == _MIPS_SIM_ABI32)
  10. #define HAS_I422TOABGRROW_MIPS_DSPR2
  11. #define HAS_I422TOARGBROW_MIPS_DSPR2
  12. #define HAS_I422TOBGRAROW_MIPS_DSPR2