Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjbudd77 <mjbudd77@gmail.com>2021-12-31 14:40:27 +0300
committermjbudd77 <mjbudd77@gmail.com>2021-12-31 14:40:27 +0300
commit31a859b6df2b98ad18d1d447e86428860c324f4d (patch)
tree0fc92389fd11413d6b23788ec4e7b76ce1806ece /pipelines
parent4291c104d7eb5b602d714e1019a180bb049fe395 (diff)
Upgraded Qt/SDL win64 auto-build to use SDL 2.0.18.
Diffstat (limited to 'pipelines')
-rw-r--r--pipelines/qwin64_build.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/pipelines/qwin64_build.bat b/pipelines/qwin64_build.bat
index 4b197c5a..ea7bd697 100644
--- a/pipelines/qwin64_build.bat
+++ b/pipelines/qwin64_build.bat
@@ -21,15 +21,15 @@ mkdir build
cd build
mkdir bin
-curl -s -LO http://www.libsdl.org/release/SDL2-devel-2.0.14-VC.zip
+curl -s -LO http://www.libsdl.org/release/SDL2-devel-2.0.18-VC.zip
curl -s -LO https://github.com/GyanD/codexffmpeg/releases/download/4.4/ffmpeg-4.4-full_build-shared.zip
REM rmdir /q /s SDL2
-powershell -command "Expand-Archive" SDL2-devel-2.0.14-VC.zip .
+powershell -command "Expand-Archive" SDL2-devel-2.0.18-VC.zip .
powershell -command "Expand-Archive" ffmpeg-4.4-full_build-shared.zip
-rename SDL2-2.0.14 SDL2
+rename SDL2-2.0.18 SDL2
move ffmpeg-4.4-full_build-shared\ffmpeg-4.4-full_build-shared ffmpeg
rmdir ffmpeg-4.4-full_build-shared
del ffmpeg-4.4-full_build-shared.zip