Intel-Media-SDK / MediaSDK

The Intel® Media SDK
MIT License
926 stars 457 forks source link

[Dispatcher] Add cmake files for Windows platform #2943

Closed Biswa96 closed 1 year ago

wangyan-intel commented 2 years ago

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

Biswa96 commented 2 years ago

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.

wangyan-intel commented 2 years ago

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

Biswa96 commented 2 years ago

So you just need compile dispatcher for Windows?

Yes.

wangyan-intel commented 2 years ago

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

Biswa96 commented 2 years ago

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