mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
(Windows) Updated the SDL library version from 2.0.20 to 2.24.0
Also fixed an issue with an invalid FFmpeg library download URL.
This commit is contained in:
parent
430d3e5e30
commit
e9fd585312
|
@ -105,41 +105,43 @@ cd ..
|
||||||
echo:
|
echo:
|
||||||
echo Setting up SDL
|
echo Setting up SDL
|
||||||
|
|
||||||
if exist SDL2-2.0.20\ (
|
if exist SDL2-2.24.0\ (
|
||||||
rmdir /S /Q SDL2-2.0.20
|
rmdir /S /Q SDL2-2.24.0
|
||||||
)
|
)
|
||||||
|
|
||||||
curl -O https://www.libsdl.org/release/SDL2-devel-2.0.20-VC.zip
|
curl -LO https://libsdl.org/release/SDL2-devel-2.24.0-VC.zip
|
||||||
7z x SDL2-devel-2.0.20-VC.zip
|
|
||||||
cd SDL2-2.0.20
|
7z x SDL2-devel-2.24.0-VC.zip
|
||||||
|
cd SDL2-2.24.0
|
||||||
rename include SDL2
|
rename include SDL2
|
||||||
cd ..
|
cd ..
|
||||||
copy /Y SDL2-2.0.20\lib\x64\SDL2.dll ..
|
copy /Y SDL2-2.24.0\lib\x64\SDL2.dll ..
|
||||||
copy /Y SDL2-2.0.20\lib\x64\SDL2.lib ..
|
copy /Y SDL2-2.24.0\lib\x64\SDL2.lib ..
|
||||||
copy /Y SDL2-2.0.20\lib\x64\SDL2main.lib ..
|
copy /Y SDL2-2.24.0\lib\x64\SDL2main.lib ..
|
||||||
|
|
||||||
echo:
|
echo:
|
||||||
echo Setting up FFmpeg
|
echo Setting up FFmpeg
|
||||||
|
|
||||||
if exist ffmpeg-n5.0-latest-win64-gpl-shared-5.0\ (
|
if exist ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\ (
|
||||||
rmdir /S /Q ffmpeg-n5.0-latest-win64-gpl-shared-5.0
|
rmdir /S /Q ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0
|
||||||
)
|
)
|
||||||
|
|
||||||
curl -LO https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip
|
:: This package should be available for download for two years.
|
||||||
7z x ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip
|
curl -LO https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2022-04-30-14-59/ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0.zip
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\bin\avcodec-59.dll ..
|
7z x ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0.zip
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\bin\avfilter-8.dll ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\bin\avcodec-59.dll ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\bin\avformat-59.dll ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\bin\avfilter-8.dll ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\bin\avutil-57.dll ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\bin\avformat-59.dll ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\bin\postproc-56.dll ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\bin\avutil-57.dll ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\bin\swresample-4.dll ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\bin\postproc-56.dll ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\bin\swscale-6.dll ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\bin\swresample-4.dll ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\lib\avcodec.lib ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\bin\swscale-6.dll ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\lib\avfilter.lib ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\lib\avcodec.lib ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\lib\avformat.lib ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\lib\avfilter.lib ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\lib\avutil.lib ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\lib\avformat.lib ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\lib\swresample.lib ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\lib\avutil.lib ..
|
||||||
copy /Y ffmpeg-n5.0-latest-win64-gpl-shared-5.0\lib\swscale.lib ..
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\lib\swresample.lib ..
|
||||||
|
copy /Y ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0\lib\swscale.lib ..
|
||||||
|
|
||||||
echo:
|
echo:
|
||||||
echo Setting up OpenSSL
|
echo Setting up OpenSSL
|
||||||
|
|
|
@ -59,26 +59,28 @@ cd ..
|
||||||
echo -e "\nSetting up SDL"
|
echo -e "\nSetting up SDL"
|
||||||
rm -rf SDL2-*
|
rm -rf SDL2-*
|
||||||
|
|
||||||
curl -O https://www.libsdl.org/release/SDL2-devel-2.0.20-mingw.tar.gz
|
curl -O https://libsdl.org/release/SDL2-devel-2.24.0-mingw.tar.gz
|
||||||
tar xvzf SDL2-devel-2.0.20-mingw.tar.gz
|
|
||||||
|
tar xvzf SDL2-devel-2.24.0-mingw.tar.gz
|
||||||
# Needed due to some kind of file system race condition that sometimes occurs on Windows.
|
# Needed due to some kind of file system race condition that sometimes occurs on Windows.
|
||||||
sleep 1
|
sleep 1
|
||||||
mv SDL2-2.0.20/x86_64-w64-mingw32/include/SDL2 SDL2-2.0.20/
|
mv SDL2-2.24.0/x86_64-w64-mingw32/include/SDL2 SDL2-2.24.0/
|
||||||
cp -p SDL2-2.0.20/x86_64-w64-mingw32/lib/libSDL2main.a ..
|
cp -p SDL2-2.24.0/x86_64-w64-mingw32/lib/libSDL2main.a ..
|
||||||
cp -p SDL2-2.0.20/x86_64-w64-mingw32/bin/SDL2.dll ..
|
cp -p SDL2-2.24.0/x86_64-w64-mingw32/bin/SDL2.dll ..
|
||||||
|
|
||||||
echo -e "\nSetting up FFmpeg"
|
echo -e "\nSetting up FFmpeg"
|
||||||
rm -rf ffmpeg-*
|
rm -rf ffmpeg-*
|
||||||
|
|
||||||
curl -LO https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip
|
# This package should be available for download for two years.
|
||||||
unzip ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip
|
curl -LO https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2022-04-30-14-59/ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0.zip
|
||||||
cp -p ffmpeg-n5.0-latest-win64-gpl-shared-5.0/bin/avcodec-59.dll ..
|
unzip ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0.zip
|
||||||
cp -p ffmpeg-n5.0-latest-win64-gpl-shared-5.0/bin/avfilter-8.dll ..
|
cp -p ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0/bin/avcodec-59.dll ..
|
||||||
cp -p ffmpeg-n5.0-latest-win64-gpl-shared-5.0/bin/avformat-59.dll ..
|
cp -p ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0/bin/avfilter-8.dll ..
|
||||||
cp -p ffmpeg-n5.0-latest-win64-gpl-shared-5.0/bin/avutil-57.dll ..
|
cp -p ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0/bin/avformat-59.dll ..
|
||||||
cp -p ffmpeg-n5.0-latest-win64-gpl-shared-5.0/bin/postproc-56.dll ..
|
cp -p ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0/bin/avutil-57.dll ..
|
||||||
cp -p ffmpeg-n5.0-latest-win64-gpl-shared-5.0/bin/swresample-4.dll ..
|
cp -p ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0/bin/postproc-56.dll ..
|
||||||
cp -p ffmpeg-n5.0-latest-win64-gpl-shared-5.0/bin/swscale-6.dll ..
|
cp -p ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0/bin/swresample-4.dll ..
|
||||||
|
cp -p ffmpeg-n5.0.1-4-ga5ebb3d25e-win64-gpl-shared-5.0/bin/swscale-6.dll ..
|
||||||
|
|
||||||
echo -e "\nSetting up OpenSSL"
|
echo -e "\nSetting up OpenSSL"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue