4da17de043
Move the swstats_cpu.h file to include/libcamera/internal/software_isp/ so that it can be used outside the src/libcamera/software_isp/ directory. Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
9 lines
165 B
Meson
9 lines
165 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
libcamera_internal_headers += files([
|
|
'debayer_params.h',
|
|
'software_isp.h',
|
|
'swisp_stats.h',
|
|
'swstats_cpu.h',
|
|
])
|