mirror of
https://github.com/Genymobile/scrcpy
synced 2024-11-05 06:00:21 +00:00
7d33798b40
Use FFmpeg DLLs which do not depend on zlib1.dll.
22 lines
521 B
Plaintext
22 lines
521 B
Plaintext
# 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]
|
|
prebuilt_ffmpeg = 'ffmpeg-6.0-scrcpy-4/win64'
|
|
prebuilt_sdl2 = 'SDL2-2.26.4/x86_64-w64-mingw32'
|
|
prebuilt_libusb = 'libusb-1.0.26/libusb-MinGW-x64'
|