Enable VC1 decode on Intel Arc dGPU (MTL+ is not supported)

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka
2024-09-28 19:29:47 +08:00
parent 5b8c2f3463
commit c8c4672e48
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
jellyfin-ffmpeg (7.0.2-3) unstable; urgency=medium
* Allow VPL QSV to init with the legacy MSDK path
* Enable VC1 decode on Intel Arc dGPU (MTL+ is not supported)
-- nyanmisaka <nst799610810@gmail.com> Tue, 24 Sep 2024 20:03:23 +0800
+2
View File
@@ -461,6 +461,8 @@ prepare_extra_amd64() {
pushd ${SOURCE_DIR}
git clone -b intel-media-24.3.4 --depth=1 https://github.com/intel/media-driver.git
pushd media-driver
# enable vc1 decode on dg2 (note that mtl+ is not supported)
wget -q -O - https://github.com/intel/media-driver/commit/d5dd47b.patch | git apply
mkdir build && pushd build
cmake -DCMAKE_INSTALL_PREFIX=${TARGET_DIR} \
-DENABLE_KERNELS=ON \