MediaSDK
MediaSDK copied to clipboard
[Dispatcher] Add cmake files for Windows platform
Thanks for your contribution. In general, this repo is for Linux only. It doesn't include MSDK windows runtime.
The dispatcher library only has Visual Studio project files. With CMake, one can compile or cross compile it without Visual Studio. It will not require MS c/c++ runtime and will link with any other c/c++ libraries that comes with compiler toolchain e.g. gcc, clang etc.
So you just need compile dispatcher for Windows? Windows Intel media driver folder should include MSDK built runtime and dispatcher which are close source.
So you just need compile dispatcher for Windows?
Yes.
This repo is not used to accept the patch for Windows code.
CMake project was also requested here https://github.com/Intel-Media-SDK/MediaSDK/issues/2935