1 2 3 4 5 6 7 8 9 10 11 12 13
# SPDX-License-Identifier: CC0-1.0 softisp_enabled = pipelines.contains('simple') summary({'SoftISP support' : softisp_enabled}, section : 'Configuration') if not softisp_enabled subdir_done() endif libcamera_sources += files([ 'debayer.cpp', 'swstats_cpu.cpp', ])