3a39bacb76
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>
20 lines
471 B
Text
20 lines
471 B
Text
# apt install mingw-w64 mingw-w64-tools
|
|
|
|
[binaries]
|
|
name = 'mingw'
|
|
c = 'i686-w64-mingw32-gcc'
|
|
cpp = 'i686-w64-mingw32-g++'
|
|
ar = 'i686-w64-mingw32-ar'
|
|
strip = 'i686-w64-mingw32-strip'
|
|
pkgconfig = 'i686-w64-mingw32-pkg-config'
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86'
|
|
cpu = 'i686'
|
|
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.16/i686-w64-mingw32'
|