Hd-rum-transcode: added -v option

This commit is contained in:
Martin Pulec
2016-03-21 10:11:46 +01:00
parent 2984709460
commit cc4e4eb362
4 changed files with 19 additions and 8 deletions

View File

@@ -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;