adding v4l2 example code
This commit is contained in:
@@ -6,4 +6,11 @@ DEPS = ../floatimg.h ../libfloatimg.a Makefile
|
||||
|
||||
|
||||
t: t.c Makefile ${DEPS}
|
||||
gcc ${COPT} $< ../libfloatimg.a -o $@
|
||||
gcc ${COPT} $< ../libfloatimg.a -o $@
|
||||
|
||||
# --------
|
||||
# extern things
|
||||
|
||||
capture: capture.c Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user