Compare commits
No commits in common. "6dbfa418906d385fd9d977181e23589901f8d648" and "0224f6fd37d31783f669a2d6544aeff3862fd59e" have entirely different histories.
6dbfa41890
...
0224f6fd37
@ -1,6 +1,6 @@
|
|||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
|
|
||||||
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
|
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=1
|
||||||
DEPS = ../floatimg.h Makefile
|
DEPS = ../floatimg.h Makefile
|
||||||
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
|
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
|
||||||
fimg-libpnm.o rampes.o
|
fimg-libpnm.o rampes.o
|
||||||
|
@ -68,7 +68,6 @@ void help(int v)
|
|||||||
{
|
{
|
||||||
if (verbosity) {
|
if (verbosity) {
|
||||||
printf("compiled %s at %s\n", __DATE__, __TIME__);
|
printf("compiled %s at %s\n", __DATE__, __TIME__);
|
||||||
fimg_print_version(1);
|
|
||||||
}
|
}
|
||||||
puts("options :");
|
puts("options :");
|
||||||
puts("\t-d /dev/?\tselect video device");
|
puts("\t-d /dev/?\tselect video device");
|
||||||
|
Loading…
Reference in New Issue
Block a user