scrcpy/app
Romain Vimont 30e619d37f Replace SDL_strdup() by strdup()
The functions SDL_malloc(), SDL_free() and SDL_strdup() were used only
because strdup() was not available everywhere.

Now that it is available, use the native version of these functions.
2021-02-17 09:54:03 +01:00
..
src Replace SDL_strdup() by strdup() 2021-02-17 09:54:03 +01:00
tests Replace SDL_strdup() by strdup() 2021-02-17 09:54:03 +01:00
meson.build Provide strdup() compat 2021-02-17 09:53:25 +01:00
scrcpy.1 Document --encoder option 2020-11-08 21:11:12 +01:00