From 50926db8010193f3e70d453967edf9af4e8d12bb Mon Sep 17 00:00:00 2001 From: Andrew Osmond Date: Tue, 7 Mar 2023 22:43:20 +0000 Subject: [PATCH] Bug 1820669 - Ship ARM clearkey plugin to release. r=media-playback-reviewers,alwu This patch ensures that Windows ARM users will use the ARM clearkey plugin over the x86 plugin by default. We continue to ship with the x86 plugin at this time, so the users could switch back if necessary. Differential Revision: https://phabricator.services.mozilla.com/D171876 --- modules/libpref/init/StaticPrefList.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index a2669d584f43..d8844213e71a 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -9723,11 +9723,7 @@ # May a Clearkey GMP x64 process be executed on ARM builds. - name: media.gmp-gmpclearkey.allow-x64-plugin-on-arm64 type: RelaxedAtomicBool -#if defined(NIGHTLY_BUILD) || !defined(XP_WIN) value: false -#else - value: true -#endif mirror: always #endif