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