diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-01 12:10:33 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-01 12:10:33 -0200 |
commit | 50a182846fff9daa65706726debc241a139475c2 (patch) | |
tree | 0bd4ed459fcf7d52e139a00163e5c8322fb690a1 /v4l2-apps/test/Makefile | |
parent | c85158079d46858c290413a5f8ee048cfb6057a9 (diff) | |
download | mediapointer-dvb-s2-50a182846fff9daa65706726debc241a139475c2.tar.gz mediapointer-dvb-s2-50a182846fff9daa65706726debc241a139475c2.tar.bz2 |
Add capture_exampe from V4L2 API spec Draft 0.20
From: Mauro Carvalho Chehab <mchehab@infradead.org>
V4L2 Draft spec have an interesting capture example code. Added it to the tree
to allow testing V4L2 devices.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l2-apps/test/Makefile')
-rw-r--r-- | v4l2-apps/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l2-apps/test/Makefile b/v4l2-apps/test/Makefile index 6c1edf6a5..48b9643f8 100644 --- a/v4l2-apps/test/Makefile +++ b/v4l2-apps/test/Makefile @@ -7,7 +7,8 @@ binaries = ioctl-test \ sliced-vbi-detect \ vbi-test \ v4lgrab \ - driver-test + driver-test \ + capture_example .PHONY: all clean install |