mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Add support for QSV with newer Intel iGPUs (#931)
This commit is contained in:
parent
4f63f09566
commit
63df1baead
@ -47,7 +47,9 @@ RUN set -x && apt-get update \
|
||||
# hwaccel dependencies
|
||||
vainfo mesa-va-drivers \
|
||||
# intel hwaccel dependencies, not available everywhere
|
||||
$([ " $TARGETARCH" = " amd64" ] && echo "intel-media-va-driver-non-free i965-va-driver-shaders") \
|
||||
# Install QSV packages required by ffmpeg here: https://trac.ffmpeg.org/wiki/Hardware/QuickSync
|
||||
# libvpl2 is required for newer Intel iGPUs, such as those on Raptor Lake
|
||||
$([ " $TARGETARCH" = " amd64" ] && echo "intel-media-va-driver-non-free i965-va-driver-shaders libmfx-gen1.2 libvpl2 libigfxcmrt7") \
|
||||
# CA certificates for HTTPS to S3 buckets
|
||||
ca-certificates \
|
||||
&& apt-get clean autoclean -y \
|
||||
|
Loading…
x
Reference in New Issue
Block a user