Upgrade SDL (2.0.16) for Windows

Include the latest version of SDL in Windows releases.

PR #2589 <https://github.com/Genymobile/scrcpy/pull/2589>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
nkh0472
2021-08-25 11:11:41 +08:00
committed by Romain Vimont
parent 3fdc89ad42
commit 3a39bacb76
4 changed files with 7 additions and 7 deletions

View File

@@ -17,4 +17,4 @@ endian = 'little'
[properties]
prebuilt_ffmpeg_shared = 'ffmpeg-4.3.1-win32-shared'
prebuilt_ffmpeg_dev = 'ffmpeg-4.3.1-win32-dev'
prebuilt_sdl2 = 'SDL2-2.0.14/i686-w64-mingw32'
prebuilt_sdl2 = 'SDL2-2.0.16/i686-w64-mingw32'