Skip to content

Commit

Permalink
fix build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Mar 10, 2025
1 parent d367768 commit eaa1d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build-shotcut-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit eaa1d13

Please # to comment.