Page 1 of 1

Support for Chromium 89

PostPosted: Tue Dec 01, 2020 2:20 am
by sfd
Hi,

I need to build JCEF with support for H.264.
I have found instructions on the forum on how to do this. But i struggle getting the Visual Studio project to build.

I have build the newest version of CEF (Chromium 89) and tried to use that binary when building JCEF. It didn't work and I suppose it is because JCEF only supports up to Chromium 84 (branch 4147 of CEF). I am looking into building branch 4147 of CEF manually by downloading and syncing depot_tools, but I was wondering if you are planning on updating the JCEF wrapper so it supports Chromium 89?

Thanks

Re: Support for Chromium 89

PostPosted: Tue Dec 01, 2020 11:44 am
by magreenblatt
CEF versions only go up to 87 currently. There's a patch to update JCEF for version 86 here.

Re: Support for Chromium 89

PostPosted: Tue Dec 01, 2020 3:11 pm
by sfd
Thanks. Yeah I can see that I was messing up the versions. It was 87 i meant.

I will be looking into the patch for version 86. Do you plan to merge the pull request to master?

Re: Support for Chromium 89

PostPosted: Tue Dec 01, 2020 3:40 pm
by magreenblatt
Yes, once the review comments are addressed.