diff --git a/scripts.d/45-vmaf.sh b/scripts.d/45-vmaf.sh index d899b26..890f590 100755 --- a/scripts.d/45-vmaf.sh +++ b/scripts.d/45-vmaf.sh @@ -42,6 +42,7 @@ ffbuild_dockerbuild() { ffbuild_configure() { [[ $ADDINS_STR == *4.4* ]] && return 0 + [[ $ADDINS_STR == *5.0* ]] && return 0 echo --enable-libvmaf }