From a049315f25552da0794a350f18477eac5443045d Mon Sep 17 00:00:00 2001 From: Joseph Kogut Date: Thu, 5 Apr 2018 14:28:54 -0700 Subject: [PATCH] automate: enable proprietary_codecs --- tools/automate.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/automate.py b/tools/automate.py index f9b470fe..84bd9bb2 100644 --- a/tools/automate.py +++ b/tools/automate.py @@ -870,8 +870,9 @@ def getenv(): # GN configuration env["CEF_USE_GN"] = "1" # Issue #73 patch applied here with "use_allocator=none" - env["GN_DEFINES"] = "use_sysroot=true use_allocator=none symbol_level=0 use_jumbo_build=true" - env["GN_DEFINES"] += " use_gtk3=true use_cups=false use_gnome_keyring=false use_vaapi=true" + env["GN_DEFINES"] = "use_sysroot=false use_allocator=none symbol_level=0 use_jumbo_build=true" + env["GN_DEFINES"] += " use_vaapi=true proprietary_codecs=true" + env["GN_DEFINES"] += " use_gtk3=true use_cups=false use_gnome_keyring=false" env["GN_DEFINES"] += " enable_reporting=false enable_remoting=false enable_nacl=false" # To perform an official build set GYP_DEFINES=buildtype=Official. # This will disable debugging code and enable additional link-time