gst-plugin-ndi icon indicating copy to clipboard operation
gst-plugin-ndi copied to clipboard

Windows support

Open balb0x opened this issue 3 years ago • 1 comments

Is it possible to build the project on windows?

running cargo build seems to compile the project, but fails linking with the ndi libraries:

fatal error LNK1181: no se puede abrir el archivo de entrada 'Processing.NDI.Lib.x64.lib

I've installed the sdk but it only has Processing.NDI.Lib.x64.dll files, not the *.lib ones.

Do i need to execute any command to link the libraries?

Thanks!

balb0x avatar Jun 15 '21 20:06 balb0x

When you download&install the NDI SDK you get a folder with lib.dll files, just copy those to the build folder and they will be picked up.

normen avatar Sep 28 '21 18:09 normen