diff options
| author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-28 22:27:08 +0200 |
|---|---|---|
| committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-28 22:27:08 +0200 |
| commit | 4d636052ea38930cfc163f13bc833a2d40e420da (patch) | |
| tree | 6d2790185ce7f18be470024d7f4a66e5c62a3265 /v4l2-apps/util/Makefile | |
| parent | 2303af8eb5d34a6c89e12035c530f95c80210928 (diff) | |
| download | mediapointer-dvb-s2-4d636052ea38930cfc163f13bc833a2d40e420da.tar.gz mediapointer-dvb-s2-4d636052ea38930cfc163f13bc833a2d40e420da.tar.bz2 | |
cx18: add new cx18-ctl control utility
From: Hans Verkuil <hverkuil@xs4all.nl>
Add cx18-ctl utility to control cx18 cards, add cx18 debug support to
v4l2-dbg.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l2-apps/util/Makefile')
| -rw-r--r-- | v4l2-apps/util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/util/Makefile b/v4l2-apps/util/Makefile index be1e4f83e..cc0547c32 100644 --- a/v4l2-apps/util/Makefile +++ b/v4l2-apps/util/Makefile @@ -3,7 +3,7 @@ CPPFLAGS += -I../../linux/include -D_GNU_SOURCE LDFLAGS += -lm -binaries = v4l2-ctl v4l2-dbg ivtv-ctl +binaries = v4l2-ctl v4l2-dbg ivtv-ctl cx18-ctl ifeq ($(prefix),) prefix = /usr |
