summaryrefslogtreecommitdiff
path: root/firefox-webrtc-aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-webrtc-aarch64.patch')
-rw-r--r--firefox-webrtc-aarch64.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/firefox-webrtc-aarch64.patch b/firefox-webrtc-aarch64.patch
new file mode 100644
index 0000000..ba624ad
--- /dev/null
+++ b/firefox-webrtc-aarch64.patch
@@ -0,0 +1,14 @@
+diff --git a/media/webrtc/trunk/build/build_config.h b/media/webrtc/trunk/build/build_config.h
+index 1a9579e..4f311c5 100644
+--- a/media/webrtc/trunk/build/build_config.h
++++ b/media/webrtc/trunk/build/build_config.h
+@@ -156,6 +156,9 @@
+ #elif defined(__alpha__)
+ #define ARCH_CPU_ALPHA 1
+ #define ARCH_CPU_64_BITS 1
++#elif defined(__aarch64__)
++#define ARCH_CPU_AARCH64 1
++#define ARCH_CPU_64_BITS 1
+ #else
+ #error Please add support for your architecture in build/build_config.h
+ #endif
bgstack15