adding v4l2 support
This commit is contained in:
9
v4l2/Makefile
Normal file
9
v4l2/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
COPT = -Wall -fpic -g -DDEBUG_LEVEL=1
|
||||
DEPS = ../floatimg.h ../libfloatimg.a Makefile
|
||||
|
||||
|
||||
|
||||
t: t.c Makefile ${DEPS}
|
||||
gcc ${COPT} $< ../libfloatimg.a -o $@
|
||||
Reference in New Issue
Block a user