ShiftMediaProject / FFVS-Project-Generator

A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: CUDA files detected in project. CUDA compilation is not currently supported

dbyoung720 opened this issue · comments

Generating missing DCE symbols (libavdevice)...
Generating project exports file (libavdevice)...
Generating project file (libavdevice)...
Generating from Makefile (../ffmpeg/libavfilter/MakeFile)...
Generating from Makefile (../ffmpeg//libavfilter/dnn/Makefile)...
Generating from Makefile (../ffmpeg/libavfilter/x86/MakeFile)...
Generating missing DCE symbols (libavfilter)...
Generating project exports file (libavfilter)...
Generating project file (libavfilter)...
Error: CUDA files detected in project. CUDA compilation is not currently supported
Generating from Makefile (../ffmpeg/libswscale/MakeFile)...
Generating from Makefile (../ffmpeg/libswscale/x86/MakeFile)...
Generating missing DCE symbols (libswscale)...
Generating project exports file (libswscale)...
Generating project file (libswscale)...

platform: WIN7X64+CUDA10.0

is not support WIN7X64+CUDA10.0 ?

CUDA is not supported at all. FFmpeg does not use the standard cuda runtime api integration so the existing Visual Studio cuda tools cannot be used without modification. Until suitable tool integration can be created it is not currently possible to compile cuda files using this project.

is not support WIN10X64+CUDA10.0 ?
i test Win10, error same as WIN7X64

not supported at all, in any form on any OS.