Skip to content

decklink: allow building on Windows

Steve Lhomme requested to merge robUx4/vlc:decklink-win32 into master

We don't have any system specific calls in our code. It seems the decklink_str_t only needs special handling on macOS. It's a char* on Linux and Windows.

Merge request reports