Update tools.func

This commit is contained in:
CanbiZ 2025-06-30 15:09:15 +02:00
parent ac646dbd27
commit cd0e6c5293

View File

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