From e0c9e39a58b54e79881915cf78c586f9ae7bcdba Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:45:47 +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 6253f0ab..705d1c37 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1718,7 +1718,7 @@ function setup_ffmpeg() { fi if [[ "$TYPE" == "full" ]]; then - args+=(--enable-libx265 --enable-libdav1d --enable-libsvtav1 --enable-zlib --enable-libnuma) + args+=(--enable-libx265 --enable-libdav1d --enable-libsvtav1 --enable-zlib) fi if [[ ${#args[@]} -eq 0 ]]; then