Re: [FFmpeg-devel] [PATCH] configure: bump default nvcc arch to compute_35

2021-06-12 Thread Timo Rothenpieler
On 12.06.2021 12:43, Anton Khirnov wrote: From: Matthieu Patou compute_30 seems to be removed from CUDA SDK 11.0 It is, that's why just a few lines below there is a check that tests for that and upgrades the version if necessary. smime.p7s Description: S/MIME Cryptographic Signature

[FFmpeg-devel] [PATCH] configure: bump default nvcc arch to compute_35

2021-06-12 Thread Anton Khirnov
From: Matthieu Patou compute_30 seems to be removed from CUDA SDK 11.0 Suggested-by: ffm...@fb.com Signed-off-by: Anton Khirnov --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6bfd98b384..d9e649d030 100755 --- a/configure +++ b/conf