mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-01 15:14:30 +02:00
Use built in vmaf model
This commit is contained in:
parent
75db19361e
commit
01c406e23b
@ -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…
x
Reference in New Issue
Block a user