Add "(with Mobot extensions)" to reported version

This commit is contained in:
Frank Leon Rose 2021-04-05 16:39:16 +01:00
parent 6fd343d7f9
commit 5bda0527a9

View file

@ -15,7 +15,7 @@
static void
print_version(void) {
fprintf(stderr, "scrcpy %s\n\n", SCRCPY_VERSION);
fprintf(stderr, "scrcpy %s (with Mobot extensions)\n\n", SCRCPY_VERSION);
fprintf(stderr, "dependencies:\n");
fprintf(stderr, " - SDL %d.%d.%d\n", SDL_MAJOR_VERSION, SDL_MINOR_VERSION,