From ddbd674e984218ec06a60d229a5b43fe291b3d4f Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Thu, 6 Mar 2025 10:06:12 -0600 Subject: [PATCH] fix bad build --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 4bb7a72..565a228 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -456,7 +456,7 @@ fi build_vmaf() { # build libvmaf - git clone --depth "$GIT_DEPTH" https://github.com/Netflix/vmaf "$VMAF_DIR" || \ + git clone --depth "$GIT_DEPTH" https://github.com/Netflix/vmaf "$VMAF_DIR" cd "$VMAF_DIR/libvmaf" || return 1 check_for_rebuild && return 0 python3 -m virtualenv .venv @@ -570,7 +570,7 @@ build_x265() { build_vpx() { # build vpx - git clone --depth "$GIT_DEPTH" https://chromium.googlesource.com/webm/libvpx.git "$VPX_DIR" || \ + git clone --depth "$GIT_DEPTH" https://chromium.googlesource.com/webm/libvpx.git "$VPX_DIR" cd "$VPX_DIR" || return 1 check_for_rebuild && return 0 if [[ "$ARCH" == "x86_64" ]]; then