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>2022-01-16 14:57:02 +0300
committermjbudd77 <mjbudd77@gmail.com>2022-01-16 14:57:02 +0300
commit7ecff090f233da954b83938256dba0f33dc810ff (patch)
treebd07f7b8e7f24bb003a635fba9e10fb529c34950 /pipelines
parent1acdb31490ba7951c265a3f7bc18c4425ce67c40 (diff)
Updated Qt windows pipeline to build and link against SDL 2.0.20 and ffmpeg 5.0
Diffstat (limited to 'pipelines')
-rw-r--r--pipelines/qwin64_build.bat16
1 files changed, 8 insertions, 8 deletions
diff --git a/pipelines/qwin64_build.bat b/pipelines/qwin64_build.bat
index 37f9cf04..165a512c 100644
--- a/pipelines/qwin64_build.bat
+++ b/pipelines/qwin64_build.bat
@@ -21,18 +21,18 @@ mkdir build
cd build
mkdir bin
-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
+curl -s -LO http://www.libsdl.org/release/SDL2-devel-2.0.20-VC.zip
+curl -s -LO https://github.com/GyanD/codexffmpeg/releases/download/5.0/ffmpeg-5.0-full_build-shared.zip
REM rmdir /q /s SDL2
-powershell -command "Expand-Archive" SDL2-devel-2.0.18-VC.zip .
-powershell -command "Expand-Archive" ffmpeg-4.4-full_build-shared.zip
+powershell -command "Expand-Archive" SDL2-devel-2.0.20-VC.zip .
+powershell -command "Expand-Archive" ffmpeg-5.0-full_build-shared.zip
-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
+rename SDL2-2.0.20 SDL2
+move ffmpeg-5.0-full_build-shared\ffmpeg-5.0-full_build-shared ffmpeg
+rmdir ffmpeg-5.0-full_build-shared
+del ffmpeg-5.0-full_build-shared.zip
set SDL_INSTALL_PREFIX=%CD%
set FFMPEG_INSTALL_PREFIX=%CD%