scrcpy/app
Romain Vimont 6baed8a06f Do not init SDL video subsystem if no display
The SDL video subsystem is not necessary if we don't display the video.

Move the sdl_init_and_configure() function from screen.c to scrcpy.c,
because it is not only related to the screen display.
2019-03-03 01:41:35 +01:00
..
src Do not init SDL video subsystem if no display 2019-03-03 01:41:35 +01:00
tests tests: fix test_control_event_serialize 2019-01-26 20:09:32 +08:00
meson.build Add stream layer 2019-03-02 18:45:45 +01:00