From ce9126c11e0639dea30cd0d451557718c2016281 Mon Sep 17 00:00:00 2001 From: Wang Chen Date: Wed, 26 Apr 2023 14:33:35 +0800 Subject: [PATCH] enable proprietary codecs ContentShell can load web page, but could only display text and static picture. Enable proprietary codecs to make video work. Refer to android_webview/docs/aosp-system-integration.md Signed-off-by: Wang Chen --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 07ff8cbafd0846..6294f4b1fe0269 100644 --- a/Makefile +++ b/Makefile @@ -56,4 +56,6 @@ gn: target_cpu=\"$(ARCH)\" \ android_static_analysis=\"off\" \ clang_base_path=\"$(CLANG)\" \ + ffmpeg_branding = \"Chrome\" \ + proprietary_codecs = true \ "