diff --git a/app/src/main.c b/app/src/main.c index 7a1cb9db..53dd04c0 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -485,6 +485,8 @@ main(int argc, char *argv[]) { return 0; } + LOGI("scrcpy " SCRCPY_VERSION " "); + #ifdef SCRCPY_LAVF_REQUIRES_REGISTER_ALL av_register_all(); #endif