From: Matthieu Patou <mpa...@fb.com> compute_30 seems to be removed from CUDA SDK 11.0
Suggested-by: ffm...@fb.com Signed-off-by: Anton Khirnov <an...@khirnov.net> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6bfd98b384..d9e649d030 100755 --- a/configure +++ b/configure @@ -4381,7 +4381,7 @@ fi if enabled cuda_nvcc; then nvcc_default="nvcc" - nvccflags_default="-gencode arch=compute_30,code=sm_30 -O2" + nvccflags_default="-gencode arch=compute_35,code=sm_35 -O2" else nvcc_default="clang" nvccflags_default="--cuda-gpu-arch=sm_30 -O2" -- 2.30.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".