Skip to content

Build libvpx with msvc

Nirbheek Chauhan requested to merge nirbheek/cerbero:libvpx-msvc into master

libvpx's shell-based build system is very fragile, but with careful planning and enough duct tape, it can be coerced to successfully build with Visual Studio on Windows.

The framework for doing this will also be helpful when we move cmake recipes to MSVC.

Merge request reports