summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-09-18 18:55:47 +0000
committerDaniel Bermond2019-09-18 18:55:47 +0000
commit4f77063533d06b194b457f484d77b7f05f8cdf8b (patch)
tree0a497df57d07d9cffa132e30cc5c93fff7180e5a
parent8f5ea8ed7e5c2797bff4b05652a02a1fa32dd2ea (diff)
downloadaur-4f77063533d06b194b457f484d77b7f05f8cdf8b.tar.gz
Fix intel-media-sdk pkgconfig path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03a43a470de3..9893fddc236c 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.r94891.ge1dd355b3d
+ pkgver = 4.3.r94961.g1d86e4b3eb
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7a8537ffd583..128bddfc71a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _svt_av1_ver='0.6.0'
_svt_vp9_ver='ce245894c6fc1c5d1439c41a7dda8d6dc61784c4'
pkgname=ffmpeg-full-git
-pkgver=4.3.r94891.ge1dd355b3d
+pkgver=4.3.r94961.g1d86e4b3eb
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=('x86_64')
@@ -83,7 +83,7 @@ build() {
local _ldflags='-L/opt/cuda/lib64'
- export PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+${PKG_CONFIG_PATH}:}/opt/intel/mediasdk/lib64/pkgconfig"
+ 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)