forked from tTh/FloatImg
small bug in v4l2 makefile
This commit is contained in:
parent
b8b34d0177
commit
f30d66eeb3
|
@ -3,6 +3,8 @@
|
|||
COPT = -Wall -fpic -g -DDEBUG_LEVEL=1
|
||||
DEPS = ../floatimg.h ../libfloatimg.a Makefile
|
||||
|
||||
all: grabvidseq t
|
||||
|
||||
t: t.c Makefile ${DEPS} funcs.o
|
||||
gcc ${COPT} $< funcs.o ../libfloatimg.a -o $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue