Skip to content

Commit 110f657

Browse files
committed
Fix windows x64 build has old libGLESv2.dll
Also, removes SDL2.dll and libEGL.dll. Get these from msys2 now.
1 parent 76c0055 commit 110f657

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-sdk-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
FILENAME_VERSION=$VERSION
8080
pushd "$HOME"
8181
echo Downloading a few prebuilt dependencies
82-
curl -LO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v6.txz
82+
curl -LO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v7.txz
8383
echo Extracting prebuilt dependencies
84-
tar -xJf mlt-prebuilt-mingw64-v6.txz
85-
rm mlt-prebuilt-mingw64-v6.txz
84+
tar -xJf mlt-prebuilt-mingw64-v7.txz
85+
rm mlt-prebuilt-mingw64-v7.txz
8686
CHECKOUT_DIR=$(popd)
8787
popd
8888
echo Running the build script

.github/workflows/build-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
echo VERSION=$VERSION
9191
cd "$HOME"
9292
echo Downloading a few prebuilt dependencies
93-
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v6.txz
93+
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v7.txz
9494
echo Extracting prebuilt dependencies
95-
tar -xJf mlt-prebuilt-mingw64-v6.txz
96-
rm mlt-prebuilt-mingw64-v6.txz
95+
tar -xJf mlt-prebuilt-mingw64-v7.txz
96+
rm mlt-prebuilt-mingw64-v7.txz
9797
9898
- name: Build
9999
shell: msys2 {0}

0 commit comments

Comments
 (0)