[DO NOT MERGE] Temporary hack to build using custom CEF build #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The idea here is to let me build highly experimental CEF NuGet packages, which provides the proprietary codecs.
I spent the weekend (yes, literally; it took many hours to set up the build environment and wait for 30000 files to compile...) building a custom version of CEF with proprietary codecs enabled, for those willing to take the legal risk of using them.
The packages are here now:
https://www.myget.org/feed/perlun/package/nuget/cef.sdk
https://www.myget.org/feed/perlun/package/nuget/cef.redist.x86
(x86 only for now, since linking failed with an out-of-memory error after about an hour or so waiting to link
libcef.dllin the x64 target.)This serves as an intermediate solution while we wait for CEF
6364 (unfortunately), which will include (some) of the proprietary codecs which are now considered "safe" to use from a legal/patent perspective. More details: cefsharp/CefSharp#1479