Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Thaodan:mozilla
MozillaFirefox
0027-Allow-Eme-for-arm-and-Aarch64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0027-Allow-Eme-for-arm-and-Aarch64.patch of Package MozillaFirefox
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= <bjorn.bidar@jolla.com> Date: Sat, 11 Feb 2023 14:57:59 +0200 Subject: [PATCH] Allow Eme for arm and Aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Bidar <bjorn.bidar@jolla.com> --- toolkit/moz.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/moz.configure b/toolkit/moz.configure index 10cbc731126e133ef80063e39ac7b6825c062aed..6a98984640f3b7a30b0dbf41d40385ac9c64982b 100644 --- a/toolkit/moz.configure +++ b/toolkit/moz.configure @@ -983,7 +983,7 @@ def eme_choices(target, wmf): if ( target.kernel in ("WINNT", "Linux") and target.os != "Android" - and target.cpu in ("x86", "x86_64") + and target.cpu in ("x86", "x86_64", "arm", "aarch64") ): if wmf: return ("widevine", "wmfcdm")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor