2018-05-13 22:03:39 +08:00
|
|
|
# apt install mingw-w64 mingw-w64-tools
|
|
|
|
|
|
|
|
[binaries]
|
|
|
|
name = 'mingw'
|
2021-03-09 15:52:58 +08:00
|
|
|
c = 'x86_64-w64-mingw32-gcc'
|
|
|
|
cpp = 'x86_64-w64-mingw32-g++'
|
|
|
|
ar = 'x86_64-w64-mingw32-ar'
|
|
|
|
strip = 'x86_64-w64-mingw32-strip'
|
|
|
|
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
|
2021-12-10 05:58:31 +08:00
|
|
|
windres = 'x86_64-w64-mingw32-windres'
|
2018-05-13 22:03:39 +08:00
|
|
|
|
|
|
|
[host_machine]
|
|
|
|
system = 'windows'
|
|
|
|
cpu_family = 'x86'
|
|
|
|
cpu = 'x86_64'
|
|
|
|
endian = 'little'
|
|
|
|
|
|
|
|
[properties]
|
2022-01-18 02:11:23 +08:00
|
|
|
ffmpeg_avcodec = 'avcodec-59'
|
|
|
|
ffmpeg_avformat = 'avformat-59'
|
|
|
|
ffmpeg_avutil = 'avutil-57'
|
2022-04-29 01:32:14 +08:00
|
|
|
prebuilt_ffmpeg = 'ffmpeg-win64-5.0.1'
|
2022-04-29 01:23:59 +08:00
|
|
|
prebuilt_sdl2 = 'SDL2-2.0.22/x86_64-w64-mingw32'
|
2022-04-22 19:33:50 +08:00
|
|
|
prebuilt_libusb_root = 'libusb-1.0.26'
|
2022-10-22 21:32:12 +08:00
|
|
|
prebuilt_libusb = 'libusb-1.0.26/MinGW-x64'
|