summaryrefslogtreecommitdiff
path: root/src/libcamera/software_isp/meson.build
blob: 6068a418d30a51746be7b9db2a483373b8ccace4 (plain)
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',
])