diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-12-18 12:58:37 +0100 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2018-08-17 11:05:58 +0200 |
commit | 0f0477c27453981f8f75814863938792778987c0 (patch) | |
tree | ca8f08292410e44970e42fd0ac088ae1bc916bc4 /utils/Makefile.am | |
parent | 02a260d3b307c61798a97c0c04ce2e7d862b1347 (diff) |
qvidcap: add Qt video viewer
An Qt OpenGL/OpenGL ES video viewer that can read from video nodes,
raw files, stream from the network and generate video using the
test pattern generator.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Co-Developed-by: Bård Eirik Winther <bwinther@cisco.com>
Signed-off-by: Bård Eirik Winther <bwinther@cisco.com>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index dc0f5f0e..2d507028 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -24,4 +24,8 @@ if WITH_QV4L2 SUBDIRS += qv4l2 endif +if WITH_QVIDCAP +SUBDIRS += qvidcap +endif + EXTRA_DIST = common |