summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b64c98c6fe3..b6673e90149c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Sep 9 15:03:18 UTC 2017
+# Sat Sep 9 15:06:43 UTC 2017
pkgbase = ffmpeg-full-git
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
- pkgver = 3.4.r87188.gf3c0f34f53
- pkgrel = 2
+ pkgver = 3.4.r87251.ga918f16f7c
+ pkgrel = 1
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6e077e4b4139..e71a264a7e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# and add '--enable-libndi_newtek' to the configure options.
pkgname=ffmpeg-full-git
-pkgver=3.4.r87188.gf3c0f34f53
-pkgrel=2
+pkgver=3.4.r87251.ga918f16f7c
+pkgrel=1
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -68,7 +68,7 @@ build() {
if [ "$CARCH" = 'x86_64' ]
then
local _cuda='--enable-cuda'
- local _cudasdk='--enable-cuda-sdk'
+ local _cudasdk='--disable-cuda-sdk'
local _cuvid='--enable-cuvid'
local _libnpp='--enable-libnpp'
local _cflags='--extra-cflags=-I/opt/cuda/include'