diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-03-16 10:09:14 +0100 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2015-03-16 10:09:14 +0100 |
commit | 7c2f172e2bbf13dcec3be1e8455abb70152723cc (patch) | |
tree | bcd79e87609fa2456e581c470acb0d8fefb5e681 /utils/v4l2-compliance/Makefile.am | |
parent | 0e722e2c8948325fa40ba57fef6f15a620733cf3 (diff) |
v4l2-compliance: add color checking tests
Add a new test to check if the video input is red, green or blue,
and test this for all supported (non-compressed) formats.
This allows you to verify if the supported pixelformats are implemented
correctly.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/v4l2-compliance/Makefile.am b/utils/v4l2-compliance/Makefile.am index f7979213..28da459a 100644 --- a/utils/v4l2-compliance/Makefile.am +++ b/utils/v4l2-compliance/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = v4l2-compliance 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-compliance.h cv4l-helpers.h v4l-helpers.h + 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 |