# SPDX-License-Identifier: CC0-1.0 opt_cam = get_option('cam') opt_lc_compliance = get_option('lc-compliance') # libevent is needed by cam and lc-compliance. As they are both feature options, # they can't be combined with simple boolean logic. libevent = dependency('libevent_pthreads', required : opt_cam) if not libevent.found() libevent = dependency('libevent_pthreads', required : opt_lc_compliance) endif libtiff = dependency('libtiff-4', required : false) subdir('common') subdir('lc-compliance') subdir('cam') subdir('qcam') .git Git repository'/>
summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/v4l2_pixelformat.h
blob: 9bfd81ad665142e3bb7ec29a3d2e001a0b29c19d (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49