add libmfx-gen1.2 for intel hwaccel
This commit is contained in:
parent
a162586f6c
commit
c11ddd0e2b
@ -2630,6 +2630,7 @@ function setup_hwaccel() {
|
|||||||
ocl-icd-libopencl1 \
|
ocl-icd-libopencl1 \
|
||||||
intel-opencl-icd \
|
intel-opencl-icd \
|
||||||
vainfo \
|
vainfo \
|
||||||
|
libmfx-gen1.2 \
|
||||||
intel-gpu-tools || {
|
intel-gpu-tools || {
|
||||||
msg_error "Failed to install Intel GPU dependencies"
|
msg_error "Failed to install Intel GPU dependencies"
|
||||||
return 1
|
return 1
|
||||||
@ -2657,6 +2658,7 @@ EOF
|
|||||||
ocl-icd-libopencl1 \
|
ocl-icd-libopencl1 \
|
||||||
intel-opencl-icd \
|
intel-opencl-icd \
|
||||||
vainfo \
|
vainfo \
|
||||||
|
libmfx-gen1.2 \
|
||||||
intel-gpu-tools || {
|
intel-gpu-tools || {
|
||||||
msg_warn "Non-free driver install failed, falling back to open drivers"
|
msg_warn "Non-free driver install failed, falling back to open drivers"
|
||||||
needs_nonfree=false
|
needs_nonfree=false
|
||||||
@ -2685,6 +2687,7 @@ EOF
|
|||||||
mesa-va-drivers \
|
mesa-va-drivers \
|
||||||
libvpl2 \
|
libvpl2 \
|
||||||
vainfo \
|
vainfo \
|
||||||
|
libmfx-gen1.2 \
|
||||||
intel-gpu-tools 2>/dev/null || {
|
intel-gpu-tools 2>/dev/null || {
|
||||||
msg_warn "Non-free driver install failed, falling back to open drivers"
|
msg_warn "Non-free driver install failed, falling back to open drivers"
|
||||||
needs_nonfree=false
|
needs_nonfree=false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user