Skip to content

Commit

Permalink
#710 rollback drop support for proprietary_codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Feb 2, 2024
1 parent 6fc978d commit f617340
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build/cromite.gn_args
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit f617340

Please sign in to comment.