From f604ffe72d061a2332787c3bb635bfe42da68e85 Mon Sep 17 00:00:00 2001 From: James Cheng Date: Fri, 17 Feb 2017 11:10:05 +0800 Subject: [PATCH] Bug 1340172 - Disable EME on Fennec(Only pref on for Nightly). r=cpearce MozReview-Commit-ID: 66YOK9r1yb0 --HG-- extra : rebase_source : d409b097f88279b358ac6f7caf302ea7ad3e2e17 --- mobile/android/app/mobile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index c0b395033d32..17c6a7a4997b 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -628,8 +628,10 @@ pref("media.mediasource.enabled", true); pref("media.mediadrm-widevinecdm.visible", true); +#ifdef NIGHTLY_BUILD // Enable EME (Encrypted Media Extensions) pref("media.eme.enabled", true); +#endif // optimize images memory usage pref("image.downscale-during-decode.enabled", true);