summaryrefslogtreecommitdiffstats
path: root/mozilla-build-arm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-12-10 19:17:46 +0100
committerRemi Collet <fedora@famillecollet.com>2013-12-10 19:17:46 +0100
commit0df515cdf1c6ffb415a9e48737edb77ca7de0661 (patch)
tree379c5c20181ba1a31a6b558f6961b574b4208302 /mozilla-build-arm.patch
parent0c206a818ca36e862da92dab396bb57d66d0f83c (diff)
Xulrunner / Firefox 26.0
Diffstat (limited to 'mozilla-build-arm.patch')
-rw-r--r--mozilla-build-arm.patch15
1 files changed, 12 insertions, 3 deletions
diff --git a/mozilla-build-arm.patch b/mozilla-build-arm.patch
index 0fed214..f2885f8 100644
--- a/mozilla-build-arm.patch
+++ b/mozilla-build-arm.patch
@@ -1,6 +1,15 @@
-diff -up xulrunner-25.0/mozilla-release/gfx/ycbcr/moz.build.arm xulrunner-25.0/mozilla-release/gfx/ycbcr/moz.build
---- xulrunner-25.0/mozilla-release/gfx/ycbcr/moz.build.arm 2013-10-23 15:52:17.056493264 +0200
-+++ xulrunner-25.0/mozilla-release/gfx/ycbcr/moz.build 2013-10-23 16:03:04.496045050 +0200
+--- mozilla-release/gfx/layers/BufferUnrotate.cpp.old 2013-12-05 17:07:31.000000000 +0100
++++ mozilla-release/gfx/layers/BufferUnrotate.cpp 2013-12-10 14:43:25.948164298 +0100
+@@ -8,6 +8,7 @@
+ #include <stdint.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ void BufferUnrotate(uint8_t* aBuffer, int aByteWidth, int aHeight,
+ int aByteStride, int aXBoundary, int aYBoundary)
+--- mozilla-release/gfx/ycbcr/moz.build.arm 2013-10-23 15:52:17.056493264 +0200
++++ mozilla-release/gfx/ycbcr/moz.build 2013-10-23 16:03:04.496045050 +0200
@@ -61,7 +61,7 @@ else:
'yuv_row_other.cpp',
]