From 693ab8816246b032459d3e1c8b1cafa9833a0325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Fri, 24 Apr 2020 01:40:46 +0200 Subject: cam: Add helper class to parse stream configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create a new helper class StreamKeyValueParser to parse command line options describing stream configurations. The goal is to share this new class between cam and qcam. Signed-off-by: Niklas Söderlund Reviewed-by: Laurent Pinchart --- src/cam/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cam/meson.build') diff --git a/src/cam/meson.build b/src/cam/meson.build index 2419d648..162d6333 100644 --- a/src/cam/meson.build +++ b/src/cam/meson.build @@ -4,6 +4,7 @@ cam_sources = files([ 'event_loop.cpp', 'main.cpp', 'options.cpp', + 'stream_options.cpp', ]) cam = executable('cam', cam_sources, -- cgit v1.2.1