mirror of
https://github.com/Genymobile/scrcpy
synced 2024-11-03 03:40:31 +00:00
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
@ -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 New Issue
Block a user