Re: [FFmpeg-devel] [PATCH] CUDA - make it work for multiple GPU architectures

2021-03-12 Thread Timo Rothenpieler
On 12.03.2021 16:14, Patrick Ecord wrote: Tried that and ran configure and it failed with Option '--ptx (-ptx)' is not allowed when compiling for multiple GPU architectures" So I removed the `-ptx` flag and I was able to run configure and make and make install without any errors. FFmpeg embe

[FFmpeg-devel] [PATCH] CUDA - make it work for multiple GPU architectures

2021-03-12 Thread Patrick Ecord
Hello, My friend was running into issues trying to compile ffpmeg with cuda support so I tried to replicate the issue on machine with my 1070. Started by following Nvidia’s guide for compiling with CUDA support - https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/