From 1517dab1ff4938a7e3873c779f21b15977f0614f Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Wed, 18 Sep 2019 18:54:51 +0000 Subject: [PATCH] Fix intel-media-sdk pkgconfig path --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 52cd8f4..7b9b74c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ffmpeg-full pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac) pkgver = 4.2.1 - pkgrel = 1 + pkgrel = 2 url = https://www.ffmpeg.org/ arch = x86_64 license = custom: nonfree and unredistributable diff --git a/PKGBUILD b/PKGBUILD index f4c6b1f..2bee545 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ _svt_vp9_ver='ce245894c6fc1c5d1439c41a7dda8d6dc61784c4' pkgname=ffmpeg-full pkgver=4.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)' arch=('x86_64') url='https://www.ffmpeg.org/' @@ -72,7 +72,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-sdk)