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>
7 lines
117 B
Meson
7 lines
117 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
libcamera_sources += files([
|
|
'raspberrypi.cpp',
|
|
'staggered_ctrl.cpp',
|
|
])
|