summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2018-12-23 20:05:12 +0500
committerDmitry Kharitonov2018-12-23 20:05:12 +0500
commitd844146c45349b4f35affee66a6ba142c787d40d (patch)
tree85144ea3b3b2def82585ac69b0d5c084594f061a
parent20238e29c7e7dd52bb1cb237943a91988fc3f16b (diff)
downloadaur-d844146c45349b4f35affee66a6ba142c787d40d.tar.gz
Add the missing libmfx dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ea86b6853d2..9b90bcca5967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full-nvenc
pkgdesc = Record, convert, and stream audio and video (all codecs including Nvidia NVENC)
pkgver = 4.1
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = http://ffmpeg.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4661639fe70d..52e1ce9ee83b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@
pkgname=ffmpeg-full-nvenc
_pkgbasename=ffmpeg
pkgver=4.1
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="Record, convert, and stream audio and video (all codecs including Nvidia NVENC)"
arch=('i686' 'x86_64')
@@ -63,6 +63,7 @@ build() {
then
local _libvmaf='--enable-libvmaf'
local _cudasdk='--enable-cuda-sdk'
+ local _libmfx='--enable-libmfx'
local _libnpp='--enable-libnpp'
local _cflags='-I/opt/cuda/include'
# '-L/usr/lib/nvidia' (for cuda_sdk) needs to be enabled only on
@@ -105,6 +106,7 @@ build() {
$_cudasdk \
$_cuvid \
$_libnpp \
+ $_libmfx \
\
--enable-ffnvcodec \
--enable-libdrm \