commit 0d0539399031eeb51cba9f32d321430adb0ee5dd
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Aug 15 10:15:54 2018 +0200
minors cuda fixes
ffmpeg.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 74b4b2f..67d5385 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -46,7 +46,7 @@
# extras flags
%if 0%{!?_cuda_version:1}
-%global _cuda_version 9.1
+%global _cuda_version 9.2
%endif
%global _cuda_rpm_version %(echo %{_cuda_version} | sed -e 's/\\./-/')
%if 0%{?_with_cuda:1}
@@ -232,7 +232,7 @@ This package contains development files for %{name}
--enable-libbluray \\\
%{?_with_bs2b:--enable-libbs2b} \\\
%{?_with_caca:--enable-libcaca} \\\
- %{?_with_cuda:--enable-cuda --enable-nonfree} \\\
+ %{?_with_cuda:--enable-cuda-sdk --enable-nonfree} \\\
%{?_with_cuvid:--enable-cuvid --enable-nonfree} \\\
%{!?_without_cdio:--enable-libcdio} \\\
%{?_with_ieee1394:--enable-libdc1394 --enable-libiec61883} \\\
Show replies by date