summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEggz2024-02-06 15:37:21 +0100
committerEggz2024-02-06 15:37:21 +0100
commit7cf009f8cc1209aa13dfe7b28e1971761713fa7e (patch)
tree17c0e741fe07de8e396ae183493ca19f6df1b28d
parent3b35060c2a1b3b699c307127b75b6d295f14bbf4 (diff)
downloadaur-7cf009f8cc1209aa13dfe7b28e1971761713fa7e.tar.gz
pull sndio dep thx 2 Lili1228 + configure fix
-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 \