summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/simple/meson.build
diff options
context:
space:
mode:
authorXavier Roumegue <xavier.roumegue@oss.nxp.com>2022-12-14 16:52:18 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2022-12-14 16:19:52 +0000
commit5a8271ad70fb30460aa0aefb85fbaca484fceb01 (patch)
tree5eca7dac3b2f6dee1a1ec7a2720199e7cd823372 /src/libcamera/pipeline/simple/meson.build
parentf73f4dfad89698bc6f5d892564beaedb2a6a69ff (diff)
libcamera: pipeline: simple: converter: Use generic converter interface
Move the simple converter implementation to a generic V4L2 M2M class derived from the converter interface. This latter could be used by other pipeline implementations and as base class for customized V4L2 M2M converters. Signed-off-by: Xavier Roumegue <xavier.roumegue@oss.nxp.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/libcamera/pipeline/simple/meson.build')
-rw-r--r--src/libcamera/pipeline/simple/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/simple/meson.build b/src/libcamera/pipeline/simple/meson.build
index 9c99b32f..42b0896d 100644
--- a/src/libcamera/pipeline/simple/meson.build
+++ b/src/libcamera/pipeline/simple/meson.build
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: CC0-1.0
libcamera_sources += files([
- 'converter.cpp',
'simple.cpp',
])