summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-media_libyuv_source_rotate_mips_cc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-23 16:45:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-25 08:14:51 +0100
commit929b3a7d6d269082c0a31745115f062fc7552c6e (patch)
tree6d4d27790b821a0d77f26f2f5bb4c9d75ec291cc /package/firefox/patches/patch-media_libyuv_source_rotate_mips_cc
parent8782efd21498e869c986b8895624d1ed0fb2a25c (diff)
firefox: update to 50.1.0
Diffstat (limited to 'package/firefox/patches/patch-media_libyuv_source_rotate_mips_cc')
-rw-r--r--package/firefox/patches/patch-media_libyuv_source_rotate_mips_cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/firefox/patches/patch-media_libyuv_source_rotate_mips_cc b/package/firefox/patches/patch-media_libyuv_source_rotate_mips_cc
deleted file mode 100644
index f8d8ab6e3..000000000
--- a/package/firefox/patches/patch-media_libyuv_source_rotate_mips_cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- firefox-49.0.2.orig/media/libyuv/source/rotate_mips.cc 2016-05-12 19:13:17.000000000 +0200
-+++ firefox-49.0.2/media/libyuv/source/rotate_mips.cc 2016-11-11 18:20:57.559265197 +0100
-@@ -18,7 +18,8 @@ extern "C" {
- #endif
-
- #if !defined(LIBYUV_DISABLE_MIPS) && \
-- defined(__mips_dsp) && (__mips_dsp_rev >= 2)
-+ defined(__mips_dsp) && (__mips_dsp_rev >= 2) && \
-+ (_MIPS_SIM == _MIPS_SIM_ABI32)
-
- void TransposeWx8_MIPS_DSPR2(const uint8* src, int src_stride,
- uint8* dst, int dst_stride,