micro tweaks

This commit is contained in:
2019-08-12 22:20:25 +02:00
parent 411aad94d7
commit db037c5d12
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
COPT = -Wall -fpic -g -pg -no-pie -DDEBUG_LEVEL=1
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=1
DEPS = ../floatimg.h ../libfloatimg.a Makefile
all: grabvidseq t

View File

@@ -66,11 +66,14 @@ if (r == -1) {
/* --------------------------------------------------------------------- */
void help(int v)
{
if (verbosity) {
printf("compiled %s at %s\n", __DATE__, __TIME__);
}
puts("options :");
puts("\t-d /dev/?\tselect video device");
puts("\t-n NNN\t\thow many frames ?");
puts("\t-O ./\t\tset Output dir");
puts("\t-o bla\t\tset oputput filename");
puts("\t-o bla\t\tset output filename");
puts("\t-p NNN\t\tperiod in seconds");
puts("\t-v\t\tincrease verbosity");
exit(0);