Use built in vmaf model
This commit is contained in:
parent
75db19361e
commit
01c406e23b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue