Update tools.func

This commit is contained in:
CanbiZ 2025-06-30 14:45:47 +02:00
parent c293917b66
commit e0c9e39a58

View File

@ -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