Files
external_libcamera/src/libcamera/pipeline/raspberrypi/meson.build
T
Laurent Pinchart 4d536996c7 libcamera: pipeline: raspberrypi: Don't inline all of StaggeredCtrl
The StaggeredCtrl class has large functions, move them to a .cpp file
instead of inlining them all to reduce the binary size.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
2020-05-15 12:08:38 +03:00

7 lines
117 B
Meson

# SPDX-License-Identifier: CC0-1.0
libcamera_sources += files([
'raspberrypi.cpp',
'staggered_ctrl.cpp',
])