mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
bash ./scripts/install_deps.sh || exit 1
|
|
bash ./scripts/build.sh || exit 1
|
|
bash ./scripts/benchmark.sh || exit 1
|