Downgrade SDL to 2.0.8 for Windows

Revert "Update SDL (2.0.9) for Windows"

Several users experienced freezes with SDL 2.0.9.

This reverts commit a5787dccd6.

See:
 - <https://github.com/Genymobile/scrcpy/issues/425>
 - <https://discourse.libsdl.org/t/unstable-frame-rate-unexpectedly/25783>
This commit is contained in:
Romain Vimont
2019-06-11 17:46:16 +02:00
parent 4ee1391361
commit e3afb67e7f
4 changed files with 7 additions and 7 deletions

View File

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