summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2023-06-20 22:29:58 -0300
committerDaniel Bermond2023-06-20 22:29:58 -0300
commit3782691a22346e8a40f883fcdc3d4f40c189a306 (patch)
treefc4ccbdb46fd3932d10a5cd1cf0aec57105e2039 /PKGBUILD
parent10b4b42718649fbc800c64f15e0ed9c32489c9c1 (diff)
downloadaur-3782691a22346e8a40f883fcdc3d4f40c189a306.tar.gz
Add missing dependency for Intel QuickSync Video (QSV)
This was missing when switched libfmx to onevpl.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc57adaaffea..200f83e01df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ffmpeg-full
pkgver=6.0
-pkgrel=2
+pkgrel=3
_svt_hevc_ver='eb24a06ba4ee4948f219a3246b88439a8090bd37'
_svt_vp9_ver='aaa8140c8cdf6c073eaa6aaa5d003d1535fd0059'
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
@@ -75,6 +75,7 @@ depends=(
'lv2'
'ocl-icd'
'onevpl'
+ 'onevpl-intel-gpu'
'openal'
'opencore-amr'
'openh264'