diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-05-28 12:24:06 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2016-05-28 12:24:06 +0200 |
commit | b21490a44a0031ab31a9164e508e31169268e95a (patch) | |
tree | 81fedec774d9bc105a23f585a6e2af84a5d0dede /utils/v4l2-compliance/Makefile.am | |
parent | e9d550239795c45561f062a43c228ef89c68353e (diff) |
v4l-utils: move commonly used headers and sources to 'common'
Several headers and sources where used by several utilities (v4l2-ctl,
v4l2-compliance and qv4l2).
Move those shared files to the common directory.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/v4l2-compliance/Makefile.am b/utils/v4l2-compliance/Makefile.am index e7bfc8a1..5b053c59 100644 --- a/utils/v4l2-compliance/Makefile.am +++ b/utils/v4l2-compliance/Makefile.am @@ -4,8 +4,9 @@ DEFS := 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-test-codecs.cpp v4l2-test-colors.cpp v4l2-compliance.h v4l2_compliance_LDFLAGS = -lrt +v4l2_compliance_CPPFLAGS = -I../common if WITH_V4L2_COMPLIANCE_LIBV4L v4l2_compliance_LDADD = ../../lib/libv4l2/libv4l2.la ../../lib/libv4lconvert/libv4lconvert.la |