summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-03-05 13:13:42 +0000
committerDaniel Bermond2019-03-05 13:13:42 +0000
commit9e84255b479a90af59c4d1c5e490121a7964c182 (patch)
treeb0b1f4e5d2ef9220ad547f9b299828ed0c46434d
parenteff2f3a3ae508729a08597c5a15ce2d17fb5823a (diff)
downloadaur-9e84255b479a90af59c4d1c5e490121a7964c182.tar.gz
Add back cuda-sdk (build error was fixed by upstream)
Rerefences ---------- https://trac.ffmpeg.org/ticket/7742 https://aur.archlinux.org/cgit/aur.git/commit/?h=ffmpeg-full-git&id=eff2f3a3ae508729a08597c5a15ce2d17fb5823a
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e63f33c4648..a572468a8764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
- pkgver = 4.2.r93217.ga899b3b3c5
+ pkgver = 4.2.r93293.gdb332832a1
pkgrel = 1
url = https://www.ffmpeg.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bed61ed153fb..665cd822ef44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffmpeg-full-git
_srcname=ffmpeg
-pkgver=4.2.r93217.ga899b3b3c5
+pkgver=4.2.r93293.gdb332832a1
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
@@ -72,7 +72,7 @@ build() {
if [ "$CARCH" = 'x86_64' ]
then
local _libvmaf='--enable-libvmaf'
- local _cudasdk='--disable-cuda-sdk'
+ local _cudasdk='--enable-cuda-sdk'
local _libmfx='--enable-libmfx'
local _libnpp='--enable-libnpp'