FFmpeg-Builds/images/base-win64/cross.meson

19 lines
410 B
Text
Raw Normal View History

2020-09-06 14:34:09 +00:00
[binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-gcc-ar'
ranlib = 'x86_64-w64-mingw32-gcc-ranlib'
2020-09-06 14:34:09 +00:00
strip = 'x86_64-w64-mingw32-strip'
windres = 'x86_64-w64-mingw32-windres'
2023-06-21 12:04:39 +00:00
dlltool = 'x86_64-w64-mingw32-dlltool'
2020-09-06 14:34:09 +00:00
exe_wrapper = ['wine']
[properties]
needs_exe_wrapper = true
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'