ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝)

Results 35 comments of ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝)

@LeeBinder, what your opinion do I need to create new issue suggestion which configure parameters to use for ffmpeg, SDL2 and libusb to optimize binary size? So we can squeeze...

@rom1v, are those parameters minimal required to scrcpy functional or we can disable some more not needed libraries function to squeeze as much as we can? P.S. Anyway great work....

Why do you need on Windows? - CFLAGS=-static-libgcc - LDFLAGS=-static-libgcc

@rom1v, check out scrcpy FFmpeg build script for [macOS](https://github.com/Coool/scrcpy-deps-plus-mac/blob/mac/build_ffmpeg_mac.sh). P.S. Strange can't compile scrcpy with your FFmpeg build parameters. All works great only with _--disable-shared_ and _--enable-static_. `undef: _SecTaskCreateFromSelf` `undef:...

@hellokuan, based on [Stack Overflow](https://stackoverflow.com/questions/65361672/build-apple-silicon-binary-on-intel-machine) article, you need at least Xcode version 12.2. Is it true, I don't know. Until you don't test yourself, don't trust anything what published on...

@shuosiw, [scrcpy v2.0](https://github.com/Coool/scrcpy-macOS-Binaries/releases/tag/v2.0) for macOS. P.S. Report on which macOS version binary is working!

> FakeSMC v6.18.1394 Copyright 2015 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved. > FakeSMC: 13 preconfigured keys added > SMC: successfully initialized > mcache: 4 CPU(s),...

Or can try [scrcpy](https://github.com/Coool/scrcpy-macOS-Binaries/releases) for macOS.

@adityatelange > ```shell > #!/usr/bin/env bash > set -e > > GIT_TAG_VERSION=$(git describe --exact-match --tags) > > BUILDDIR=build-auto > PREBUILT_SERVER_URL=https://github.com/Genymobile/scrcpy/releases/download/$GIT_TAG_VERSION/scrcpy-server-$GIT_TAG_VERSION > PREBUILT_SERVER_CHECKSUM=https://github.com/Genymobile/scrcpy/releases/download/$GIT_TAG_VERSION/SHA256SUMS.txt > > rm -rf scrcpy-server* > rm -rf...