mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-23 15:54:29 +01:00
Revert "Set mingw SDL2 version to 2.0.10"
This commit is contained in:
parent
f88d000be6
commit
0245a70ce1
2 changed files with 1 additions and 9 deletions
|
|
@ -10,14 +10,6 @@ wget -q "${MINGW_URL}" -O 'mingw.7z'
|
|||
7z x 'mingw.7z' "${TARGET_DIR}"lib{mf,mfplat,mfuuid}.a
|
||||
cp -rv "${TARGET_DIR}"/* '/usr/x86_64-w64-mingw32/lib/'
|
||||
|
||||
# SDL2
|
||||
SDL2_VER='2.0.10'
|
||||
wget "https://www.libsdl.org/release/SDL2-devel-${SDL2_VER}-mingw.tar.gz"
|
||||
tar -zxf "SDL2-devel-${SDL2_VER}-mingw.tar.gz"
|
||||
cd SDL2-${SDL2_VER}/
|
||||
make install-package arch=x86_64-w64-mingw32 prefix=/usr/x86_64-w64-mingw32;
|
||||
cd ..
|
||||
|
||||
# ffmpeg
|
||||
FFMPEG_VER='4.1'
|
||||
for i in 'shared' 'dev'; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue