diff --git a/scripts/build-shotcut-msys2.sh b/scripts/build-shotcut-msys2.sh index 1aa1ac4bcd..39e088c53b 100755 --- a/scripts/build-shotcut-msys2.sh +++ b/scripts/build-shotcut-msys2.sh @@ -42,7 +42,7 @@ SHOTCUT_REVISION= SHOTCUT_VERSION=$(date '+%y.%m.%d') ENABLE_BIGSH0T=1 BIGSH0T_HEAD=0 -BIGSH0T_REVISION="2.7" +BIGSH0T_REVISION="origin/fix-msys2" DAV1D_HEAD=0 DAV1D_REVISION="1.5.0" AOM_HEAD=0 @@ -441,8 +441,8 @@ function set_globals { REPOLOCS[5]="https://github.com/ddennedy/ladspa-swh.git" REPOLOCS[6]="https://github.com/FFmpeg/nv-codec-headers.git" REPOLOCS[7]="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git" -# REPOLOCS[8]="https://bitbucket.org/dandennedy/bigsh0t.git" - REPOLOCS[8]="https://bitbucket.org/leo_sutic/bigsh0t.git" + REPOLOCS[8]="https://bitbucket.org/dandennedy/bigsh0t.git" +# REPOLOCS[8]="https://bitbucket.org/leo_sutic/bigsh0t.git" REPOLOCS[9]="https://github.com/ggerganov/whisper.cpp.git" REPOLOCS[10]="https://code.videolan.org/videolan/dav1d.git" REPOLOCS[11]="https://aomedia.googlesource.com/aom"