# SPDX-License-Identifier: CC0-1.0 ipa_name = 'ipa_rkisp1' mod = shared_module(ipa_name, ['rkisp1.cpp', libcamera_generated_ipa_headers], name_prefix : '', include_directories : [ipa_includes, libipa_includes], dependencies : libcamera_private, link_with : libipa, install : true, install_dir : ipa_install_dir) if ipa_sign_module custom_target(ipa_name + '.so.sign', input : mod, output : ipa_name + '.so.sign', command : [ipa_sign, ipa_priv_key, '@INPUT@', '@OUTPUT@'], install : false, build_by_default : true) endif m/libcamera.git
Kieran Bingham's clone of libcameragit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
path: root/src/qcam/dng_writer.h
blob: 20905f37ab9451c46760a22e3d9ad1c6b184ef22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31