vmaf working

This commit is contained in:
2024-01-13 16:05:39 -06:00
parent 0523a28e49
commit 877f04dbe0
3 changed files with 60 additions and 21 deletions

View File

@@ -54,7 +54,7 @@ git pull
python3 -m virtualenv .venv
source .venv/bin/activate
pip install meson
meson setup build --buildtype release
meson setup build --buildtype release -Denable_float=true
ninja -vC build
sudo ninja -vC build install