VMAF is broken on 5.0 as well

This commit is contained in:
BtbN 2024-03-15 00:12:32 +01:00
parent 281ab29417
commit 140d797d59

View File

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