From cd0e6c5293e8615f11a69e21a854d61fc3ba2db3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:09:15 +0200 Subject: [PATCH] Update tools.func --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 6bacfeec..f1419a3f 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1719,7 +1719,7 @@ function setup_ffmpeg() { fi if [[ "$TYPE" == "full" ]]; then - args+=(--enable-libx265 --enable-libdav1d --enable-libsvtav1 --enable-zlib) + args+=(--enable-libx265 --enable-libdav1d --enable-zlib) fi if [[ ${#args[@]} -eq 0 ]]; then