Bug 1209755 - Enable Adobe EME in official 64bit builds. r=glandium

This commit is contained in:
Chris Pearce 2015-09-30 15:38:29 +13:00
parent 3538b31b78
commit 71c796db47

View File

@ -30,5 +30,10 @@ ac_add_options --enable-warnings-as-errors
. $topsrcdir/build/win64/mozconfig.vs2013 . $topsrcdir/build/win64/mozconfig.vs2013
# 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.
ac_add_options --enable-eme=adobe
# Package js shell. # Package js shell.
export MOZ_PACKAGE_JSSHELL=1 export MOZ_PACKAGE_JSSHELL=1