Compare commits

...

2 Commits

Author SHA1 Message Date
6dbfa41890 more info in grabvidseq -v -h 2020-01-05 12:30:48 +01:00
28ac7c27e9 oups... 2020-01-03 19:38:00 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#---------------------------------------------------------------
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=1
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
DEPS = ../floatimg.h Makefile
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
fimg-libpnm.o rampes.o

View File

@ -68,6 +68,7 @@ void help(int v)
{
if (verbosity) {
printf("compiled %s at %s\n", __DATE__, __TIME__);
fimg_print_version(1);
}
puts("options :");
puts("\t-d /dev/?\tselect video device");