Shrink libplacebo submodule download

This commit is contained in:
BtbN 2025-03-31 20:56:01 +02:00
parent a5b1f0068c
commit 3c50fd2ef6

View File

@ -4,16 +4,13 @@ SCRIPT_REPO="https://code.videolan.org/videolan/libplacebo.git"
SCRIPT_COMMIT="563ea4a1a23237c0acd9f0ba29f5166ebcd5cf60"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1
[[ $ADDINS_STR == *5.0* ]] && return -1
[[ $ADDINS_STR == *5.1* ]] && return -1
[[ $ADDINS_STR == *6.0* ]] && return -1
(( $(ffbuild_ffver) > 600 )) || return -1
return 0
}
ffbuild_dockerdl() {
default_dl .
echo "git submodule update --init --recursive"
echo "git submodule update --init --recursive --depth=1 --filter=blob:none"
}
ffbuild_dockerbuild() {