Skip to content

Commit

Permalink
enable proprietary codecs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
unicornx committed Apr 26, 2023
1 parent 2e39fa1 commit ce9126c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ gn:
target_cpu=\"$(ARCH)\" \
android_static_analysis=\"off\" \
clang_base_path=\"$(CLANG)\" \
ffmpeg_branding = \"Chrome\" \
proprietary_codecs = true \
"

0 comments on commit ce9126c

Please sign in to comment.