Upgraded Qt/SDL win64 auto-build to use SDL 2.0.18.

This commit is contained in:
mjbudd77 2021-12-31 06:40:27 -05:00
parent 4291c104d7
commit 31a859b6df
1 changed files with 3 additions and 3 deletions

View File

@ -21,15 +21,15 @@ mkdir build
cd build cd build
mkdir bin 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 curl -s -LO https://github.com/GyanD/codexffmpeg/releases/download/4.4/ffmpeg-4.4-full_build-shared.zip
REM rmdir /q /s SDL2 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 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 move ffmpeg-4.4-full_build-shared\ffmpeg-4.4-full_build-shared ffmpeg
rmdir ffmpeg-4.4-full_build-shared rmdir ffmpeg-4.4-full_build-shared
del ffmpeg-4.4-full_build-shared.zip del ffmpeg-4.4-full_build-shared.zip