Compare commits
2 Commits
b8b34d0177
...
51190aa1c4
Author | SHA1 | Date | |
---|---|---|---|
|
51190aa1c4 | ||
|
f30d66eeb3 |
@ -27,7 +27,7 @@ if (foo) {
|
|||||||
fprintf(stderr, "create floatimg -> %d\n", foo);
|
fprintf(stderr, "create floatimg -> %d\n", foo);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
fimg_describe(&fimg, "just a black flimg");
|
// fimg_describe(&fimg, "just a black flimg");
|
||||||
fimg_clear(&fimg);
|
fimg_clear(&fimg);
|
||||||
|
|
||||||
foo = fimg_dump_to_file(&fimg, fname, 0);
|
foo = fimg_dump_to_file(&fimg, fname, 0);
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
COPT = -Wall -fpic -g -DDEBUG_LEVEL=1
|
COPT = -Wall -fpic -g -DDEBUG_LEVEL=1
|
||||||
DEPS = ../floatimg.h ../libfloatimg.a Makefile
|
DEPS = ../floatimg.h ../libfloatimg.a Makefile
|
||||||
|
|
||||||
|
all: grabvidseq t
|
||||||
|
|
||||||
t: t.c Makefile ${DEPS} funcs.o
|
t: t.c Makefile ${DEPS} funcs.o
|
||||||
gcc ${COPT} $< funcs.o ../libfloatimg.a -o $@
|
gcc ${COPT} $< funcs.o ../libfloatimg.a -o $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user