Page 1 of 1

How to change the framework my project uses?

PostPosted: Fri Feb 03, 2023 7:29 pm
by castles
I've managed to get CEF to compile with the H264 support. Based on the Master Build Quick Start: https://bitbucket.org/chromiumembedded/ ... QuickStart
I've also managed to compile using the automated builds here: https://cef-builds.spotifycdn.com/index.html#macosx64

How do I tell the automated build project to use my custom CEF build?

Re: How to change the framework my project uses?

PostPosted: Fri Feb 03, 2023 8:01 pm
by magreenblatt
You need to create an official build that includes your changes. Then use the resulting binary distribution with your project.

Re: How to change the framework my project uses?

PostPosted: Fri Feb 03, 2023 10:45 pm
by castles
Awesome. Thanks. I'll give that a go.