We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996c57c commit 2f1eb2dCopy full SHA for 2f1eb2d
libvideo/libv4lconvert/libv4lconvert-flat.c
@@ -7,7 +7,9 @@
7
#ifndef __LIBVIDEO_LIBV4LCONVERT_LIBV4LCONVERT_FLAT_CPP
8
#define __LIBVIDEO_LIBV4LCONVERT_LIBV4LCONVERT_FLAT_CPP
9
10
+#ifdef __cplusplus
11
extern "C" {
12
+#endif
13
14
#ifndef N_A
15
#define N_A 0
@@ -94,5 +96,8 @@ v4lconvert_converter_t* v4lconvert_converter_getConverterById(int converterId) {
94
96
return &(v4lconvert_converters[converterId]);
95
97
}
98
99
100
101
#endif
102
+
103
src/Makefile.save
0 commit comments