Use built in vmaf model

This commit is contained in:
BtbN 2021-04-15 19:58:12 +02:00
parent 75db19361e
commit 01c406e23b

View file

@ -17,9 +17,11 @@ ffbuild_dockerbuild() {
--prefix="$FFBUILD_PREFIX" --prefix="$FFBUILD_PREFIX"
--buildtype=release --buildtype=release
--default-library=static --default-library=static
-Dbuilt_in_models=true
-Denable_tests=false -Denable_tests=false
-Denable_docs=false -Denable_docs=false
-Denable_avx512=true -Denable_avx512=true
-Denable_float=true
) )
if [[ $TARGET == win* ]]; then if [[ $TARGET == win* ]]; then