summarylogtreecommitdiffstats
path: root/015-ffmpeg-cuda11-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to '015-ffmpeg-cuda11-fix.patch')
-rw-r--r--015-ffmpeg-cuda11-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/015-ffmpeg-cuda11-fix.patch b/015-ffmpeg-cuda11-fix.patch
deleted file mode 100644
index 23ec5c0c4126..000000000000
--- a/015-ffmpeg-cuda11-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -4344,10 +4344,10 @@ fi
-
- if enabled cuda_nvcc; then
- nvcc_default="nvcc"
-- nvccflags_default="-gencode arch=compute_30,code=sm_30 -O2"
-+ nvccflags_default="-gencode arch=compute_52,code=sm_52 -O2"
- else
- nvcc_default="clang"
-- nvccflags_default="--cuda-gpu-arch=sm_30 -O2"
-+ nvccflags_default="--cuda-gpu-arch=sm_52 -O2"
- NVCC_C=""
- fi
-