summarylogtreecommitdiffstats
path: root/0027-Allow-Eme-for-arm-and-Aarch64.patch
blob: 7c045adefda08f7d42a4ac3df521c314465fc14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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 9d691efbc37a08131a7ab0c87aa5c7521cd7112c..948e6442c2635de5248acf97559729aa645730d2 100644
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -876,7 +876,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")