From 7592acc1478776618a10b0d71a58ffa066d5fe87 Mon Sep 17 00:00:00 2001 From: Callum Linden Date: Wed, 6 Mar 2024 14:24:48 -0800 Subject: [PATCH] Now that my fix for the Chromium build has percolated through to CEF, we are once again able to build it with media codecs enabled. This change updates the version to build to 122 (branch 6261) and as of early March 2024, is the same version as desktop Chrome --- build-cmd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-cmd.sh b/build-cmd.sh index 529bdf8..79b7fdd 100644 --- a/build-cmd.sh +++ b/build-cmd.sh @@ -31,8 +31,8 @@ cef_stage_dir="${stage}/cef" # The relationship to Chrome and the versions of Chromium/CEF is complex and # can make it difficult to find the branch number to use. This page can help: # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding -# E.G. Branch 5993 represents Chromium/CEF 118.x -cef_branch_number=5993 +# E.G. Branch 6261 represents Chromium/CEF 122.x +cef_branch_number=6261 # Turn on the proprietary codec support (the main reason for building from source vs using # the Spotify open source builds here https://cef-builds.spotifycdn.com/index.html)