From 929b3a7d6d269082c0a31745115f062fc7552c6e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 23 Jan 2017 16:45:51 +0100 Subject: firefox: update to 50.1.0 --- .../firefox/patches/patch-media_libyuv_include_libyuv_row_h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/firefox/patches/patch-media_libyuv_include_libyuv_row_h (limited to 'package/firefox/patches/patch-media_libyuv_include_libyuv_row_h') diff --git a/package/firefox/patches/patch-media_libyuv_include_libyuv_row_h b/package/firefox/patches/patch-media_libyuv_include_libyuv_row_h deleted file mode 100644 index 5f035b27b..000000000 --- a/package/firefox/patches/patch-media_libyuv_include_libyuv_row_h +++ /dev/null @@ -1,12 +0,0 @@ ---- firefox-49.0.2.orig/media/libyuv/include/libyuv/row.h 2016-05-12 19:13:17.000000000 +0200 -+++ firefox-49.0.2/media/libyuv/include/libyuv/row.h 2016-11-11 18:20:11.589488367 +0100 -@@ -332,7 +332,8 @@ extern "C" { - // The following are available on Mips platforms: - #if !defined(LIBYUV_DISABLE_MIPS) && defined(__mips__) - #define HAS_COPYROW_MIPS --#if defined(__mips_dsp) && (__mips_dsp_rev >= 2) -+#if defined(__mips_dsp) && (__mips_dsp_rev >= 2) && \ -+ (_MIPS_SIM == _MIPS_SIM_ABI32) - #define HAS_I422TOABGRROW_MIPS_DSPR2 - #define HAS_I422TOARGBROW_MIPS_DSPR2 - #define HAS_I422TOBGRAROW_MIPS_DSPR2 -- cgit v1.2.3