-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathVideoInput.cbp
More file actions
84 lines (84 loc) · 2.23 KB
/
VideoInput.cbp
File metadata and controls
84 lines (84 loc) · 2.23 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="VideoInput" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="libVideoInput" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="obj/Debug/" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="libVideoInput" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="obj/Release/" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Unit filename="PixelFormatConversions.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="PixelFormatConversions.h" />
<Unit filename="PixelFormats.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="PixelFormats.h" />
<Unit filename="PrintV4L2.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="PrintV4L2.h" />
<Unit filename="V4L2_c.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="V4L2_c.h" />
<Unit filename="VideoInput.h" />
<Unit filename="image_storage.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="image_storage.h" />
<Unit filename="image_storage_jpg.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="image_storage_jpg.h" />
<Unit filename="image_storage_png.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="image_storage_png.h" />
<Unit filename="main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="state.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="state.h" />
<Unit filename="tools.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="tools.h" />
<Extensions>
<envvars />
<code_completion />
<lib_finder disable_auto="1" />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>