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
This commit is contained in:
Andrew Osmond 2023-03-07 22:43:20 +00:00
parent fc755e7e43
commit 50926db801

View File

@ -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