mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 22:40:30 +00:00
Hd-rum-transcode: added -v option
This commit is contained in:
@@ -575,13 +575,7 @@ int main(int argc, char *argv[])
|
||||
postprocess = optarg;
|
||||
break;
|
||||
case 'v':
|
||||
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);
|
||||
print_version();
|
||||
return EXIT_SUCCESS;
|
||||
case 'c':
|
||||
requested_compression = optarg;
|
||||
|
||||
Reference in New Issue
Block a user