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>
6 lines
105 B
Meson
6 lines
105 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
libcamera_internal_headers += files([
|
|
'converter_v4l2_m2m.h',
|
|
])
|