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 9f4102b2098f..3b9d6e4b2b02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-nocuda
pkgdesc = Complete solution to record, convert and stream audio and video (without nvidias propriatary blobs)
pkgver = 6.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://www.ffmpeg.org/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 5b3934ef85e9..e266c3adfe69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffmpeg-nocuda
pkgver=6.1.1
gitver=n6.1.1
-pkgrel=3
+pkgrel=4
pkgdesc='Complete solution to record, convert and stream audio and video (without nvidias propriatary blobs)'
arch=('x86_64')
url='https://www.ffmpeg.org/'
@@ -100,9 +100,9 @@ build() {
--disable-debug \
--disable-static \
--disable-stripping \
- --disable-hwaccel=cuda \
--disable-nvdec \
--disable-nvenc \
+ --disable-cuda \
--prefix='/usr' \
--disable-debug \
--disable-static \