Skip to content

Commit eaa1d13

Browse files
committed
fix build on Windows
1 parent d367768 commit eaa1d13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build-shotcut-msys2.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SHOTCUT_REVISION=
4242
SHOTCUT_VERSION=$(date '+%y.%m.%d')
4343
ENABLE_BIGSH0T=1
4444
BIGSH0T_HEAD=0
45-
BIGSH0T_REVISION="2.7"
45+
BIGSH0T_REVISION="origin/fix-msys2"
4646
DAV1D_HEAD=0
4747
DAV1D_REVISION="1.5.0"
4848
AOM_HEAD=0
@@ -441,8 +441,8 @@ function set_globals {
441441
REPOLOCS[5]="https://github.com/ddennedy/ladspa-swh.git"
442442
REPOLOCS[6]="https://github.com/FFmpeg/nv-codec-headers.git"
443443
REPOLOCS[7]="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git"
444-
# REPOLOCS[8]="https://bitbucket.org/dandennedy/bigsh0t.git"
445-
REPOLOCS[8]="https://bitbucket.org/leo_sutic/bigsh0t.git"
444+
REPOLOCS[8]="https://bitbucket.org/dandennedy/bigsh0t.git"
445+
# REPOLOCS[8]="https://bitbucket.org/leo_sutic/bigsh0t.git"
446446
REPOLOCS[9]="https://github.com/ggerganov/whisper.cpp.git"
447447
REPOLOCS[10]="https://code.videolan.org/videolan/dav1d.git"
448448
REPOLOCS[11]="https://aomedia.googlesource.com/aom"

0 commit comments

Comments
 (0)