Log scrcpy version and URL on start

Keep --version which also print the version of dependencies.
buffered_reader
Romain Vimont 5 years ago
parent 35d9185f6c
commit d4ed8b6f26

@ -485,6 +485,8 @@ main(int argc, char *argv[]) {
return 0;
}
LOGI("scrcpy " SCRCPY_VERSION " <https://github.com/Genymobile/scrcpy>");
#ifdef SCRCPY_LAVF_REQUIRES_REGISTER_ALL
av_register_all();
#endif

Loading…
Cancel
Save