mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Enable VC1 decode on Intel Arc dGPU (MTL+ is not supported)
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
Vendored
+1
@@ -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
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user