diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-03-16 11:47:56 +0100 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2015-03-16 11:47:56 +0100 |
commit | e01e73070042990f8567141875a8e3218c0d1ee1 (patch) | |
tree | 7a0b1d4aa5135cfb47212fa585e7c522c268bd06 /utils/v4l2-compliance/Makefile.am | |
parent | 7c2f172e2bbf13dcec3be1e8455abb70152723cc (diff) |
v4l2-compliance: add the manual page
Add a manual page for v4l2-compliance. This contains much more precise
instructions on how this utility should be used.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'utils/v4l2-compliance/Makefile.am')
-rw-r--r-- | utils/v4l2-compliance/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/v4l2-compliance/Makefile.am b/utils/v4l2-compliance/Makefile.am index 28da459a..3ffc5bda 100644 --- a/utils/v4l2-compliance/Makefile.am +++ b/utils/v4l2-compliance/Makefile.am @@ -1,8 +1,10 @@ bin_PROGRAMS = v4l2-compliance +man_MANS = v4l2-compliance.1 + v4l2_compliance_SOURCES = v4l2-compliance.cpp v4l2-test-debug.cpp v4l2-test-input-output.cpp \ v4l2-test-controls.cpp v4l2-test-io-config.cpp v4l2-test-formats.cpp v4l2-test-buffers.cpp \ v4l2-test-codecs.cpp v4l2-test-colors.cpp v4l2-compliance.h cv4l-helpers.h v4l-helpers.h v4l2_compliance_LDADD = ../../lib/libv4l2/libv4l2.la ../../lib/libv4lconvert/libv4lconvert.la v4l2_compliance_LDFLAGS = -lrt -EXTRA_DIST = Android.mk fixme.txt +EXTRA_DIST = Android.mk fixme.txt v4l2-compliance.1 |