Skip to content

gst recipes: Disable plugins when building with MSVC

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

Some libraries have issues that cause us to be unable to include their headers or link to their libraries when building with MSVC. Disable them when we're building with MSVC on Windows.

With this, you can produce a mostly-complete gstreamer-1.0 package that is built with MSVC on Windows.

Edited by Nirbheek Chauhan

Merge request reports