mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Disable build of unused vmaf tools
This commit is contained in:
@ -11,6 +11,9 @@ ffbuild_dockerbuild() {
|
||||
git-mini-clone "$VMAF_REPO" "$VMAF_COMMIT" vmaf
|
||||
cd vmaf
|
||||
|
||||
# Kill build of unused and broken tools
|
||||
echo > libvmaf/tools/meson.build
|
||||
|
||||
mkdir build && cd build
|
||||
|
||||
local myconf=(
|
||||
|
Reference in New Issue
Block a user