Bug 1329538 - Don't enable Adobe EME in release mozconfig. r?glandium draft
authorChris Pearce <cpearce@mozilla.com>
Mon, 09 Jan 2017 09:01:37 +0800
changeset 457476 8ab0784b3b3ccfb05489bd92d3646cb4190dde90
parent 457425 4ece183563a44eab8f410818aa2c7984992dbb8d
child 541483 350b4f67cd6b46ae3abc59a4db7ee562ea3fe20e
push id40779
push userbmo:cpearce@mozilla.com
push dateMon, 09 Jan 2017 01:08:27 +0000
reviewersglandium
bugs1329538
milestone53.0a1
Bug 1329538 - Don't enable Adobe EME in release mozconfig. r?glandium MozReview-Commit-ID: 7UkLQbbBhE8
browser/config/mozconfigs/win32/common-opt
browser/config/mozconfigs/win64/common-opt
--- a/browser/config/mozconfigs/win32/common-opt
+++ b/browser/config/mozconfigs/win32/common-opt
@@ -16,17 +16,10 @@ ac_add_options --with-mozilla-api-keyfil
 
 # Needed to enable breakpad in application.ini
 export MOZILLA_OFFICIAL=1
 
 export MOZ_TELEMETRY_REPORTING=1
 
 . $topsrcdir/build/win32/mozconfig.vs-latest
 
-# Enable Adobe Primetime CDM on 32-bit Windows in Mozilla builds.
-# Enabled here on the assumption that downstream vendors will not be using
-# these build configs.
-# Note: Widevine is automatically enabled by the build, and can be
-# disabled with -widevine.
-ac_add_options --enable-eme=+adobe
-
 # Package js shell.
 export MOZ_PACKAGE_JSSHELL=1
--- a/browser/config/mozconfigs/win64/common-opt
+++ b/browser/config/mozconfigs/win64/common-opt
@@ -15,17 +15,10 @@ ac_add_options --with-mozilla-api-keyfil
 
 # Needed to enable breakpad in application.ini
 export MOZILLA_OFFICIAL=1
 
 export MOZ_TELEMETRY_REPORTING=1
 
 . $topsrcdir/build/win64/mozconfig.vs-latest
 
-# Enable Adobe Primetime CDM on 64-bit Windows in Mozilla builds.
-# Enabled here on the assumption that downstream vendors will not be using
-# these build configs.
-# Note: Widevine is automatically enabled by the build, and can be
-# disabled with -widevine.
-ac_add_options --enable-eme=+adobe
-
 # Package js shell.
 export MOZ_PACKAGE_JSSHELL=1