Skip to content

Commit

Permalink
Add rds-ctl tool
Browse files Browse the repository at this point in the history
Signed-off-by: Konke Radlow <koradlow@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
  • Loading branch information
koradlow authored and Hans Verkuil committed Aug 13, 2012
1 parent ff10ee9 commit a4d1e03
Show file tree
Hide file tree
Showing 4 changed files with 946 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -18,7 +18,8 @@ SUBDIRS += \
utils/v4l2-compliance \
utils/v4l2-ctl \
utils/v4l2-dbg \
utils/v4l2-sysfs-path
utils/v4l2-sysfs-path \
utils/rds-ctl

if LINUX_OS
SUBDIRS += \
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -28,6 +28,7 @@ AC_CONFIG_FILES([Makefile
utils/v4l2-sysfs-path/Makefile
utils/xc3028-firmware/Makefile
utils/qv4l2/Makefile
utils/rds-ctl/Makefile
contrib/freebsd/Makefile
contrib/test/Makefile
Expand Down
5 changes: 5 additions & 0 deletions utils/rds-ctl/Makefile.am
@@ -0,0 +1,5 @@
bin_PROGRAMS = rds-ctl

rds_ctl_SOURCES = rds-ctl.cpp
rds_ctl_LDADD = ../../lib/libv4l2/libv4l2.la ../../lib/libv4l2rds/libv4l2rds.la

0 comments on commit a4d1e03

Please sign in to comment.