diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-17 09:43:14 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-17 09:43:14 -0300 |
| commit | 7bb0a55b44520917491be5fdcc14fb47369062dd (patch) | |
| tree | debed99fe23ded24197d2911bfb72f524b3058e2 /test/Makefile | |
| parent | 33f52debf9c5638b0eded7614e77b57430a0a3fb (diff) | |
| download | mediapointer-dvb-s2-7bb0a55b44520917491be5fdcc14fb47369062dd.tar.gz mediapointer-dvb-s2-7bb0a55b44520917491be5fdcc14fb47369062dd.tar.bz2 | |
Add v4lgrab.c to test dir
From: Mauro Carvalho Chehab <mchehab@infradead.org>
v4lgrab.c example is also under Documentation. This is a working
copy inside test dir, to allow testing using read() method.
It still uses V4L1 ioctls.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 8623e4d98..b8bb9b55c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -FILES = ioctl-test sliced-vbi-test sliced-vbi-detect vbi-test +FILES = ioctl-test sliced-vbi-test sliced-vbi-detect vbi-test v4lgrab CC = gcc LIBS = CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops -g -I ../linux/include |
