mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 21:37:38 +02:00
VMAF is broken on 5.0 as well
This commit is contained in:
@ -42,6 +42,7 @@ ffbuild_dockerbuild() {
|
||||
|
||||
ffbuild_configure() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return 0
|
||||
[[ $ADDINS_STR == *5.0* ]] && return 0
|
||||
echo --enable-libvmaf
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user