Disable libplacebo for all current versions

This commit is contained in:
BtbN 2023-04-19 11:42:25 +02:00
parent 341ed9f992
commit 8a04456211
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ SCRIPT_COMMIT="ae154b4566420507f6821e423450840c8a35bcb9"
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
return 0
}