Log scrcpy version and URL on start
Keep --version which also print the version of dependencies.
This commit is contained in:
parent
35d9185f6c
commit
d4ed8b6f26
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue