scrcpy/app
Romain Vimont 739ff9dce0 Fix compilation errors with old SDL versions
SDL_PixelFormatEnum has been introduced in SDL 2.0.10:
<cc6a8ac87e>

SDL_PIXELFORMAT_BGR444 has been introduced in SDL 2.0.12:
<a1c11854f2>

Fixes #2777 <https://github.com/Genymobile/scrcpy/issues/2777>
PR #2781 <https://github.com/Genymobile/scrcpy/pull/2781>

Reviewed-by: Yu-Chen Lin <npes87184@gmail.com>
2021-11-14 15:37:30 +01:00
..
src Fix compilation errors with old SDL versions 2021-11-14 15:37:30 +01:00
tests Move str_util to str 2021-11-14 01:22:22 +01:00
meson.build Move str_util to str 2021-11-14 01:22:22 +01:00
scrcpy.1 Document --power-off-on-close 2021-11-07 19:27:53 +01:00