summaryrefslogtreecommitdiff
path: root/libre/iceweasel/mozilla-build-arm.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-22 08:16:14 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-22 08:16:14 -0300
commit40d1fce9a768dbe5d2a6655c8b894e1896a55b93 (patch)
tree578cb7ebefb985385fe428907ae5dfa9741d4a0d /libre/iceweasel/mozilla-build-arm.patch
parent96d52ca8793b8687c8551212a809eb82017eb648 (diff)
downloadabslibre-40d1fce9a768dbe5d2a6655c8b894e1896a55b93.tar.gz
abslibre-40d1fce9a768dbe5d2a6655c8b894e1896a55b93.tar.bz2
abslibre-40d1fce9a768dbe5d2a6655c8b894e1896a55b93.zip
iceweasel: add armv7h support
Diffstat (limited to 'libre/iceweasel/mozilla-build-arm.patch')
-rw-r--r--libre/iceweasel/mozilla-build-arm.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/libre/iceweasel/mozilla-build-arm.patch b/libre/iceweasel/mozilla-build-arm.patch
new file mode 100644
index 000000000..774147bbb
--- /dev/null
+++ b/libre/iceweasel/mozilla-build-arm.patch
@@ -0,0 +1,24 @@
+diff -up firefox-46.0/media/webrtc/trunk/webrtc/build/common.gypi.arm firefox-46.0/media/webrtc/trunk/webrtc/build/common.gypi
+--- firefox-46.0/media/webrtc/trunk/webrtc/build/common.gypi.arm 2016-04-25 12:03:12.486027089 +0200
++++ firefox-46.0/media/webrtc/trunk/webrtc/build/common.gypi 2016-04-25 12:05:55.714644873 +0200
+@@ -312,20 +312,6 @@
+ 'defines': [
+ 'WEBRTC_ARCH_ARM',
+ ],
+- 'conditions': [
+- ['arm_version>=7', {
+- 'defines': ['WEBRTC_ARCH_ARM_V7',
+- 'WEBRTC_BUILD_NEON_LIBS'],
+- 'conditions': [
+- ['arm_neon==1', {
+- 'defines': ['WEBRTC_ARCH_ARM_NEON',],
+- }],
+- ['arm_neon==0 and arm_neon_optional==1', {
+- 'defines': ['WEBRTC_DETECT_ARM_NEON',],
+- }],
+- ],
+- }],
+- ],
+ }],
+ ['os_bsd==1', {
+ 'defines': [