mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-30 04:40:10 +00:00
add libmfx-gen1.2 for intel gpu hwaccel (#10400)
Co-authored-by: Casey Jones <jonescaseyb@gmail.com>
This commit is contained in:
parent
f7d013287b
commit
5a43b901b5
1 changed files with 3 additions and 0 deletions
|
|
@ -2639,6 +2639,7 @@ function setup_hwaccel() {
|
|||
ocl-icd-libopencl1 \
|
||||
intel-opencl-icd \
|
||||
vainfo \
|
||||
libmfx-gen1.2 \
|
||||
intel-gpu-tools || {
|
||||
msg_error "Failed to install Intel GPU dependencies"
|
||||
return 1
|
||||
|
|
@ -2666,6 +2667,7 @@ EOF
|
|||
ocl-icd-libopencl1 \
|
||||
intel-opencl-icd \
|
||||
vainfo \
|
||||
libmfx-gen1.2 \
|
||||
intel-gpu-tools || {
|
||||
msg_warn "Non-free driver install failed, falling back to open drivers"
|
||||
needs_nonfree=false
|
||||
|
|
@ -2694,6 +2696,7 @@ EOF
|
|||
mesa-va-drivers \
|
||||
libvpl2 \
|
||||
vainfo \
|
||||
libmfx-gen1.2 \
|
||||
intel-gpu-tools 2>/dev/null || {
|
||||
msg_warn "Non-free driver install failed, falling back to open drivers"
|
||||
needs_nonfree=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue