adrenak / GPUVideoPlayer

Fast video playback on Unity using GPU Decoding
MIT License
128 stars 29 forks source link

Build file for the native script #9

Open spaul13 opened 5 years ago

spaul13 commented 5 years ago

Can anyone please send or upload the build file for the native script?

I have tried gcc -shared -o mylib.dll dllmain.cpp but its showing one header file is missing (SDKDDKVer.h which is include from targetVer.h)

Can anyone please tell me how to build the native scripts to the required .dll file.

adrenak commented 5 years ago

Hi @spaul13 , have you found a solution for this yet?