Latest libvmaf is not compatible with 4.4 anymore

This commit is contained in:
BtbN
2023-11-29 20:47:09 +01:00
parent f30b6668bc
commit 6080cbc496

View File

@ -43,6 +43,7 @@ ffbuild_dockerbuild() {
}
ffbuild_configure() {
[[ $ADDINS_STR == *4.4* ]] && return 0
echo --enable-libvmaf
}