clear svt

This commit is contained in:
2024-09-15 15:53:35 -05:00
parent 0f5e1fe1f6
commit accb140377

View File

@@ -189,6 +189,8 @@ then
# clone svt specific repos # 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/dovi_tool "$DOVI_DIR"
git clone --depth "$GIT_DEPTH" https://github.com/quietvoid/hdr10plus_tool "$HDR10_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" git clone --depth "$GIT_DEPTH" https://github.com/gianni-rosato/svt-av1-psy "$SVT_PSY_DIR"
# build dovi_tool # build dovi_tool