summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-01-28 00:22:32 +0000
committerDaniel Bermond2020-01-28 00:22:32 +0000
commit8a0bf045c3512dfe989c3f683f757bb1ffe648d3 (patch)
treec904b4a3da101f9bbf71968bc3ee75443ff313a9
parent51efad0a90a8db59e27dceac1107b895447a34c3 (diff)
downloadaur-8a0bf045c3512dfe989c3f683f757bb1ffe648d3.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 12431b7509cc..5bdfc7907ecc 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)
+ pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
pkgver = 4.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.ffmpeg.org/
arch = x86_64
license = custom: nonfree and unredistributable
diff --git a/PKGBUILD b/PKGBUILD
index 14557e5bf372..4311ed1cf96b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ _svt_vp9_ver='0.1.0'
pkgname=ffmpeg-full
pkgver=4.2.2
-pkgrel=1
-pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
+pkgrel=2
+pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
arch=('x86_64')
url='https://www.ffmpeg.org/'
license=('custom: nonfree and unredistributable')
@@ -68,8 +68,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-sdk)
if pacman -Qs '^nvidia-340xx-utils' >/dev/null 2>&1