summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ad1bde068cd..034431f823e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-cuda
pkgdesc = Complete solution to record, convert and stream audio and video. Includes cuda support.
pkgver = 4.2
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://ffmpeg.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e1cea8742217..b9d901bd8144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=ffmpeg-cuda
pkgver=4.2
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video. Includes cuda support.'
arch=(x86_64)
@@ -100,7 +100,7 @@ build() {
--disable-stripping \
--enable-fontconfig \
--enable-nonfree \
- --enable-cuda-sdk \
+ --enable-cuda-nvcc \
--enable-cuvid \
--enable-libnpp \
--enable-ffnvcodec \