mozilla-aarch64-bmo-963031.patch
changeset 715 e1c226a4de34
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mozilla-aarch64-bmo-963031.patch	Sun Apr 13 16:54:09 2014 +0200
@@ -0,0 +1,30 @@
+
+# HG changeset patch
+# User Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
+# Date 1390828707 18000
+# Node ID 01c406c513473eef5c98940ba8d3040c456044d8
+# Parent  b781647898f4a82e6cdeeb907ebbc402545698db
+Bug 963031 - AArch support for Graphics. r=doublec
+
+diff --git a/gfx/ycbcr/chromium_types.h b/gfx/ycbcr/chromium_types.h
+--- a/gfx/ycbcr/chromium_types.h
++++ b/gfx/ycbcr/chromium_types.h
+@@ -41,13 +41,17 @@ typedef uint32_t uint32;
+ #elif defined(__sparc)
+ #define ARCH_CPU_SPARC_FAMILY 1
+ #define ARCH_CPU_SPARC 1
+ #define ARCH_CPU_32_BITS 1
+ #elif defined(__sparcv9)
+ #define ARCH_CPU_SPARC_FAMILY 1
+ #define ARCH_CPU_SPARC 1
+ #define ARCH_CPU_64_BITS 1
++#elif defined(__aarch64__)
++#define ARCH_CPU_AARCH64_FAMILY 1
++#define ARCH_CPU_AARCH64 1
++#define ARCH_CPU_64_BITS 1
+ #else
+ #warning Please add support for your architecture in chromium_types.h
+ #endif
+ 
+ #endif // GFX_CHROMIUMTYPES_H
+