]> git.pld-linux.org Git - packages/opencv.git/blame - opencv-c.patch
- rel 2
[packages/opencv.git] / opencv-c.patch
CommitLineData
75b912e9
JB
1--- OpenCV-2.2.0/modules/legacy/include/opencv2/legacy/blobtrack.hpp.orig 2010-12-05 04:35:25.000000000 +0100
2+++ OpenCV-2.2.0/modules/legacy/include/opencv2/legacy/blobtrack.hpp 2011-03-09 19:14:52.579414618 +0100
3@@ -47,6 +47,9 @@
4 //#if _MSC_VER >= 1200
5
6 #include "opencv2/core/core_c.h"
7+
8+#ifdef __cplusplus
9+
10 #include <stdio.h>
11
12 #if _MSC_VER >= 1200 || defined __BORLANDC__
13@@ -943,6 +946,8 @@
14 CV_EXPORTS void cvTestSeqAddIntensityVariation(CvTestSeq* pTestSeq, float DI_per_frame, float MinI, float MaxI);
15 CV_EXPORTS void cvTestSeqSetFrame(CvTestSeq* pTestSeq, int n);
16
17+#endif /* __cplusplus */
18+
19 #endif
20
21 /* End of file. */
This page took 0.033754 seconds and 4 git commands to generate.