mirror of https://github.com/Genymobile/scrcpy
Fix SDL 2.0.9 for Windows
Add missing version upgrade in cross_winXX.txt files.
This commit is contained in:
parent
a5787dccd6
commit
b5c64c0f5a
|
@ -17,4 +17,4 @@ endian = 'little'
|
||||||
[properties]
|
[properties]
|
||||||
prebuilt_ffmpeg_shared = 'ffmpeg-4.0.2-win32-shared'
|
prebuilt_ffmpeg_shared = 'ffmpeg-4.0.2-win32-shared'
|
||||||
prebuilt_ffmpeg_dev = 'ffmpeg-4.0.2-win32-dev'
|
prebuilt_ffmpeg_dev = 'ffmpeg-4.0.2-win32-dev'
|
||||||
prebuilt_sdl2 = 'SDL2-2.0.8/i686-w64-mingw32'
|
prebuilt_sdl2 = 'SDL2-2.0.9/i686-w64-mingw32'
|
||||||
|
|
|
@ -17,4 +17,4 @@ endian = 'little'
|
||||||
[properties]
|
[properties]
|
||||||
prebuilt_ffmpeg_shared = 'ffmpeg-4.0.2-win64-shared'
|
prebuilt_ffmpeg_shared = 'ffmpeg-4.0.2-win64-shared'
|
||||||
prebuilt_ffmpeg_dev = 'ffmpeg-4.0.2-win64-dev'
|
prebuilt_ffmpeg_dev = 'ffmpeg-4.0.2-win64-dev'
|
||||||
prebuilt_sdl2 = 'SDL2-2.0.8/x86_64-w64-mingw32'
|
prebuilt_sdl2 = 'SDL2-2.0.9/x86_64-w64-mingw32'
|
||||||
|
|
Loading…
Reference in New Issue