Compare commits
2 Commits
0224f6fd37
...
6dbfa41890
Author | SHA1 | Date | |
---|---|---|---|
6dbfa41890 | |||
28ac7c27e9 |
@ -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
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user