scrcpy/app
Romain Vimont ff06b6dcc1 Split network macro conditions
On Windows, interrupting a socket with shutdown() does not wake up
accept() or read() calls, the socket must be closed.

Introduce a new macro constant SC_SOCKET_CLOSE_ON_INTERRUPT, distinct of
_WIN32, because Windows will not be the only platform exhibiting this
behavior.

Refs #5536 <https://github.com/Genymobile/scrcpy/issues/5536>
2024-11-28 21:02:31 +01:00
..
data Add script to release Linux static binary 2024-11-24 15:41:13 +01:00
deps Build FFmpeg with v4l2 support for Linux 2024-11-24 17:52:53 +01:00
src Split network macro conditions 2024-11-28 21:02:31 +01:00
tests Add --capture-orientation 2024-11-19 21:31:04 +01:00
meson.build Add static build option 2024-11-24 15:41:13 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 3.0 2024-11-24 17:52:54 +01:00
scrcpy.1 Fix alphabetic order of cli args 2024-11-24 16:37:32 +01:00