Fix intel-media-sdk pkgconfig path

This commit is contained in:
Daniel Bermond
2019-09-18 18:54:51 +00:00
parent dd0178ed6c
commit 1517dab1ff
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac) pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 4.2.1 pkgver = 4.2.1
pkgrel = 1 pkgrel = 2
url = https://www.ffmpeg.org/ url = https://www.ffmpeg.org/
arch = x86_64 arch = x86_64
license = custom: nonfree and unredistributable license = custom: nonfree and unredistributable
+2 -2
View File
@@ -7,7 +7,7 @@ _svt_vp9_ver='ce245894c6fc1c5d1439c41a7dda8d6dc61784c4'
pkgname=ffmpeg-full pkgname=ffmpeg-full
pkgver=4.2.1 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)' pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('x86_64') arch=('x86_64')
url='https://www.ffmpeg.org/' url='https://www.ffmpeg.org/'
@@ -72,7 +72,7 @@ build() {
local _ldflags='-L/opt/cuda/lib64' 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 # set path of -lcuda on systems with legacy nvidia-340xx drivers
# (libcuda.so.x, required by --enable-cuda-sdk) # (libcuda.so.x, required by --enable-cuda-sdk)