mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
fix dep
This commit is contained in:
parent
bb7b612d5f
commit
fecad57187
1 changed files with 1 additions and 1 deletions
|
|
@ -4011,7 +4011,7 @@ function setup_ffmpeg() {
|
||||||
DEPS+=(
|
DEPS+=(
|
||||||
libx264-dev libx265-dev libvpx-dev libmp3lame-dev
|
libx264-dev libx265-dev libvpx-dev libmp3lame-dev
|
||||||
libfreetype6-dev libass-dev libopus-dev libvorbis-dev
|
libfreetype6-dev libass-dev libopus-dev libvorbis-dev
|
||||||
libdav1d-dev libsvtav1-dev zlib1g-dev libnuma-dev
|
libdav1d-dev zlib1g-dev libnuma-dev
|
||||||
libva-dev libdrm-dev
|
libva-dev libdrm-dev
|
||||||
)
|
)
|
||||||
if apt-cache show libsvtav1enc-dev &>/dev/null; then
|
if apt-cache show libsvtav1enc-dev &>/dev/null; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue