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, 0 insertions, 14 deletions
diff --git a/firefox-webrtc-aarch64.patch b/firefox-webrtc-aarch64.patch
deleted file mode 100644
index ba624ad..0000000
--- a/firefox-webrtc-aarch64.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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