adding v4l2 support

This commit is contained in:
2019-05-24 17:40:13 +02:00
parent 5b3381c7b3
commit 4aa20dd69b
5 changed files with 80 additions and 19 deletions

9
v4l2/Makefile Normal file
View 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 $@