Add missing dependency for Intel QuickSync Video (QSV)
This was missing when switched libfmx to onevpl.
This commit is contained in:
@@ -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 libfdk-aac)
|
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
|
||||||
pkgver = 6.0
|
pkgver = 6.0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
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
|
||||||
@@ -76,6 +76,7 @@ pkgbase = ffmpeg-full
|
|||||||
depends = lv2
|
depends = lv2
|
||||||
depends = ocl-icd
|
depends = ocl-icd
|
||||||
depends = onevpl
|
depends = onevpl
|
||||||
|
depends = onevpl-intel-gpu
|
||||||
depends = openal
|
depends = openal
|
||||||
depends = opencore-amr
|
depends = opencore-amr
|
||||||
depends = openh264
|
depends = openh264
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=ffmpeg-full
|
pkgname=ffmpeg-full
|
||||||
pkgver=6.0
|
pkgver=6.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
_svt_hevc_ver='eb24a06ba4ee4948f219a3246b88439a8090bd37'
|
_svt_hevc_ver='eb24a06ba4ee4948f219a3246b88439a8090bd37'
|
||||||
_svt_vp9_ver='aaa8140c8cdf6c073eaa6aaa5d003d1535fd0059'
|
_svt_vp9_ver='aaa8140c8cdf6c073eaa6aaa5d003d1535fd0059'
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
|
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
|
||||||
@@ -75,6 +75,7 @@ depends=(
|
|||||||
'lv2'
|
'lv2'
|
||||||
'ocl-icd'
|
'ocl-icd'
|
||||||
'onevpl'
|
'onevpl'
|
||||||
|
'onevpl-intel-gpu'
|
||||||
'openal'
|
'openal'
|
||||||
'opencore-amr'
|
'opencore-amr'
|
||||||
'openh264'
|
'openh264'
|
||||||
|
|||||||
Reference in New Issue
Block a user