summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-01-28 00:25:20 +0000
committerDaniel Bermond2020-01-28 00:25:20 +0000
commitc736e74eba0802dbe9a86dec8be97841ec13a951 (patch)
treee3162735de8762afa6ca68ccebc4be35c531dda2
parent361d393e4fc4097549d145af3a1b5cd608499942 (diff)
downloadaur-c736e74eba0802dbe9a86dec8be97841ec13a951.tar.gz
Match intel-media-sdk changes
intel-media-sdk is now installed on '/usr' prefix. No need to specify the pkg-config search path anymore.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c4f136555c5..85c4de6a86dc 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.3.r96259.g944203270d
+ pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)
+ pkgver = 4.3.r96529.gd89f69e142
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7e41ab3ad940..33868f2387e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ _svt_av1_ver='0.8.0'
_svt_vp9_ver='0.1.0'
pkgname=ffmpeg-full-git
-pkgver=4.3.r96259.g944203270d
+pkgver=4.3.r96529.gd89f69e142
pkgrel=1
-pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
+pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)'
arch=('x86_64')
url='https://www.ffmpeg.org/'
license=('custom: nonfree and unredistributable')
@@ -81,8 +81,6 @@ build() {
local _ldflags='-L/opt/cuda/lib64'
- export PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+${PKG_CONFIG_PATH}:}/opt/intel/mediasdk/lib/pkgconfig"
-
# set path of -lcuda on systems with legacy nvidia-340xx drivers
# (libcuda.so.x, required by --enable-cuda-nvcc)
if pacman -Qs '^nvidia-340xx-utils' >/dev/null 2>&1