MediaSDK icon indicating copy to clipboard operation
MediaSDK copied to clipboard

[Dispatcher] Add cmake files for Windows platform

Open Biswa96 opened this issue 3 years ago • 6 comments

Biswa96 avatar Jun 07 '22 20:06 Biswa96

Thanks for your contribution. In general, this repo is for Linux only. It doesn't include MSDK windows runtime.

wangyan-intel avatar Jun 09 '22 01:06 wangyan-intel

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.

Biswa96 avatar Jun 09 '22 05:06 Biswa96

So you just need compile dispatcher for Windows? Windows Intel media driver folder should include MSDK built runtime and dispatcher which are close source.

wangyan-intel avatar Jun 09 '22 05:06 wangyan-intel

So you just need compile dispatcher for Windows?

Yes.

Biswa96 avatar Jun 09 '22 05:06 Biswa96

This repo is not used to accept the patch for Windows code.

wangyan-intel avatar Jun 09 '22 05:06 wangyan-intel

CMake project was also requested here https://github.com/Intel-Media-SDK/MediaSDK/issues/2935

Biswa96 avatar Jun 09 '22 05:06 Biswa96