working on videograb

This commit is contained in:
tTh 2019-06-05 10:57:39 +02:00
parent 1edcd189aa
commit 998aee43fb
3 changed files with 5 additions and 4 deletions

View File

@ -23,6 +23,7 @@ fi
build lib
build funcs
build tools
build v4l2
# ------------------------------------------------------------------

View File

@ -3,12 +3,12 @@
COPT = -Wall -fpic -g -DDEBUG_LEVEL=1
DEPS = ../floatimg.h ../libfloatimg.a Makefile
funcs.o: funcs.c funcs.h Makefile
gcc ${COPT} -c $<
t: t.c Makefile ${DEPS} funcs.o
gcc ${COPT} $< funcs.o ../libfloatimg.a -o $@
funcs.o: funcs.c funcs.h Makefile
gcc ${COPT} -c $<
# ---------------
# external things

View File

@ -9,7 +9,7 @@
#include <string.h>
#include "funcs.h"
#include "floatimg.h"
#include "../floatimg.h"
int verbosity;