mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 09:40:18 +00:00
Hd-rum-transcode: added -v option
This commit is contained in:
11
src/host.cpp
11
src/host.cpp
@@ -194,3 +194,14 @@ void print_capabilities(struct module *root, bool use_vidcap)
|
||||
}
|
||||
}
|
||||
|
||||
void print_version()
|
||||
{
|
||||
printf("%s", PACKAGE_STRING);
|
||||
#ifdef GIT_VERSION
|
||||
printf(" (rev %s)", GIT_VERSION);
|
||||
#endif
|
||||
printf("\n");
|
||||
printf("\n" PACKAGE_NAME " was compiled with following features:\n");
|
||||
printf(AUTOCONF_RESULT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user