Skip to content

Commit 2f1eb2d

Browse files
committed
Bugfix
1 parent 996c57c commit 2f1eb2d

File tree

2 files changed

+5
-69
lines changed

2 files changed

+5
-69
lines changed

libvideo/libv4lconvert/libv4lconvert-flat.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
#ifndef __LIBVIDEO_LIBV4LCONVERT_LIBV4LCONVERT_FLAT_CPP
88
#define __LIBVIDEO_LIBV4LCONVERT_LIBV4LCONVERT_FLAT_CPP
99

10+
#ifdef __cplusplus
1011
extern "C" {
12+
#endif
1113

1214
#ifndef N_A
1315
#define N_A 0
@@ -94,5 +96,8 @@ v4lconvert_converter_t* v4lconvert_converter_getConverterById(int converterId) {
9496
return &(v4lconvert_converters[converterId]);
9597
}
9698

99+
#ifdef __cplusplus
97100
}
98101
#endif
102+
103+
#endif

src/Makefile.save

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)