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

View File

@@ -8,6 +8,8 @@ DEPS = ../floatimg.h ../libfloatimg.a Makefile
# ----------
all: fimg2pnm addtga2fimg mkfimg png2fimg fimgstats fimg2png
fimgstats: fimgstats.c $(DEPS)
gcc -g $< ../libfloatimg.a -o $@