fix bad build

This commit is contained in:
2025-03-06 10:06:12 -06:00
parent 9b5e8cfaaa
commit ddbd674e98

View File

@@ -456,7 +456,7 @@ fi
build_vmaf() { build_vmaf() {
# build libvmaf # 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 cd "$VMAF_DIR/libvmaf" || return 1
check_for_rebuild && return 0 check_for_rebuild && return 0
python3 -m virtualenv .venv python3 -m virtualenv .venv
@@ -570,7 +570,7 @@ build_x265() {
build_vpx() { build_vpx() {
# 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 cd "$VPX_DIR" || return 1
check_for_rebuild && return 0 check_for_rebuild && return 0
if [[ "$ARCH" == "x86_64" ]]; then if [[ "$ARCH" == "x86_64" ]]; then