Skip to content

Non-existent "libcuda_nvcc.lib" link library added to VS projects with --enable-cuda-nvcc #29

@oviano

Description

@oviano

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions