summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902019-10-31 15:09:14 +0100
committerfrancoism902019-10-31 15:09:14 +0100
commit44cae79e2fed86d5b2185ce3e226eb77e9efb922 (patch)
tree55028324bf7daf36186882078b8bcd130486b459
parentb205b4af5ed261ad51057482c7f119dfb4d6442c (diff)
downloadaur-ffmpeg-qsv.tar.gz
Fix libmfx compile
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62a6c1edc118..0c0b6cab9b64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-qsv
pkgdesc = Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)
pkgver = 4.2.1
- pkgrel = 1
+ pkgrel = 3
url = https://www.ffmpeg.org/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index dcae696fa80b..1d0a1f0d6d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_srcname=ffmpeg
pkgname=ffmpeg-qsv
pkgver=4.2.1
-pkgrel=1
+pkgrel=3
pkgdesc='Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)'
arch=(x86_64)
url='https://www.ffmpeg.org/'
@@ -101,7 +101,7 @@ sha256sums=('SKIP'
build() {
cd ffmpeg
- 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"
./configure \
--prefix=/usr \