teltek / gst-plugin-ndi

GStreamer NDI Plugin for Linux
GNU Lesser General Public License v2.1
155 stars 27 forks source link

Windows support #61

Open balb0x opened 3 years ago

balb0x commented 3 years ago

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!

normen commented 2 years ago

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.