mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-26 11:55:05 +02:00
fix ffmpeg path
This commit is contained in:
@@ -4014,6 +4014,11 @@ function setup_ffmpeg() {
|
||||
libdav1d-dev libsvtav1-dev zlib1g-dev libnuma-dev
|
||||
libva-dev libdrm-dev
|
||||
)
|
||||
if apt-cache show libsvtav1enc-dev &>/dev/null; then
|
||||
DEPS+=(libsvtav1enc-dev)
|
||||
elif apt-cache show libsvtav1-dev &>/dev/null; then
|
||||
DEPS+=(libsvtav1-dev)
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
msg_error "Invalid FFMPEG_TYPE: $TYPE"
|
||||
|
||||
Reference in New Issue
Block a user