You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent-ish changes to FFmpeg have deprecated enable-cuda-sdk in favour of enable-cuda-nvcc. The intention is that the likes of yadif_cuda etc no longer need to link with the CUDA SDK libraries (they can rely on ffnvcodec), however, the CUDA SDK still needs to be present in order to build (nvcc).
I'm trying to get this configuration going with your wonderful tool but I guess something needs tweaking somewhere as it is assuming there is some kind of "libcuda_nvcc.lib" needing creating, which as far as I can tell isn't the case.
I am going to manually delete these entries for now, and see if I come up against any other problems with the cuda changes.
This is using a build of the project_generator from the last release.