From f617340fcf4476cf62b767919b16b609ba355fa4 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Fri, 2 Feb 2024 19:42:06 +0100 Subject: [PATCH] #710 rollback drop support for proprietary_codecs --- build/cromite.gn_args | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build/cromite.gn_args b/build/cromite.gn_args index d8f0bc1b8..9f8bbcd7d 100644 --- a/build/cromite.gn_args +++ b/build/cromite.gn_args @@ -37,11 +37,13 @@ enable_feed_v2=false enable_cardboard=false is_high_end_android=true -# Do not compile with proprietary codecs -proprietary_codecs=false -ffmpeg_branding="Chromium" +proprietary_codecs=true +ffmpeg_branding="Chrome" enable_av1_decoder=true enable_dav1d_decoder=true +enable_platform_dolby_vision=true +enable_platform_hevc=true +enable_mse_mpeg2ts_stream_parser=true # Do not compile libmonochrome.so with RELR relocations # since supported only on API 28+