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