]> git.pld-linux.org Git - packages/opencv.git/blob - opencv-c.patch
BR gl2ps-devel
[packages/opencv.git] / opencv-c.patch
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.064504 seconds and 3 git commands to generate.