b3ff1f6b3b
Use FFmpeg win64 binaries from gyan.dev (referenced from ffmpeg.org): - https://www.gyan.dev/ffmpeg/builds/ - https://ffmpeg.org/download.html#build-windows Keep the old FFmpeg prebuilt binaries (4.3.1) for win32 builds. Fixes #1753 <https://github.com/Genymobile/scrcpy/issues/1753> Refs #1838 <https://github.com/Genymobile/scrcpy/pull/1838> Refs #2583 <https://github.com/Genymobile/scrcpy/pull/2583> PR #2952 <https://github.com/Genymobile/scrcpy/pull/2952> Co-authored-by: Yu-Chen Lin <npes87184@gmail.com> Co-authored-by: nkh0472 <nkh0472@hotmail.com> Signed-off-by: Romain Vimont <rom@rom1v.com>
23 lines
563 B
Text
23 lines
563 B
Text
# apt install mingw-w64 mingw-w64-tools
|
|
|
|
[binaries]
|
|
name = 'mingw'
|
|
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'
|
|
windres = 'x86_64-w64-mingw32-windres'
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
ffmpeg_avcodec = 'avcodec-59'
|
|
ffmpeg_avformat = 'avformat-59'
|
|
ffmpeg_avutil = 'avutil-57'
|
|
prebuilt_ffmpeg = 'ffmpeg-5.0-full_build-shared'
|
|
prebuilt_sdl2 = 'SDL2-2.0.18/x86_64-w64-mingw32'
|