summaryrefslogtreecommitdiff
path: root/src/libcamera/software_isp/meson.build
blob: 281bbf0e26a988b1e2c33b2d8e8c79153d7f963e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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([
    'swstats_cpu.cpp',
])