From 439f52a9be0075b0da022577d1683ecfadd9b5c8 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 15 Oct 2014 11:09:23 +0200 Subject: [PATCH] Disabled webrtc on ARM --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 46e869d..3512710 100644 --- a/firefox.spec +++ b/firefox.spec @@ -359,7 +359,7 @@ echo "ac_add_options --disable-ion" >> .mozconfig echo "ac_add_options --disable-yarr-jit" >> .mozconfig %endif -%ifnarch %{ix86} x86_64 armv7hl armv7hnl +%ifnarch %{ix86} x86_64 echo "ac_add_options --disable-webrtc" >> .mozconfig %endif