From accb140377ee53faf9d0f6cb0151e615bec8eca0 Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Sun, 15 Sep 2024 15:53:35 -0500 Subject: [PATCH] clear svt --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 5fbf9d5..7fe935b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -189,6 +189,8 @@ then # clone svt specific repos git clone --depth "$GIT_DEPTH" https://github.com/quietvoid/dovi_tool "$DOVI_DIR" git clone --depth "$GIT_DEPTH" https://github.com/quietvoid/hdr10plus_tool "$HDR10_DIR" + # clear svt because of unrelated histories error + rm -rf "$SVT_PSY_DIR" git clone --depth "$GIT_DEPTH" https://github.com/gianni-rosato/svt-av1-psy "$SVT_PSY_DIR" # build dovi_tool