mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-05 00:44:08 -04:00
move json
This commit is contained in:
@@ -3919,9 +3919,15 @@ 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
|
||||||
)
|
)
|
||||||
|
# libsvtav1-dev was renamed to libsvtav1enc-dev in Debian 13+
|
||||||
|
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"
|
msg_error "Invalid FFMPEG_TYPE: $TYPE"
|
||||||
|
|||||||
Reference in New Issue
Block a user