File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ set (PROJECT_VER_PATCH 1)
51
51
set (PROJECT_VER
52
52
"${PROJECT_VER_MAJOR} .${PROJECT_VER_MINOR} .${PROJECT_VER_PATCH} " )
53
53
set (PROJECT_APIVER
54
- "${PROJECT_VER_MAJOR} . ${PROJECT_VER_MINOR} " )
54
+ "${PROJECT_VER_MAJOR} " )
55
55
56
56
OPTION (BUILD_REDIST_PACKAGE "Build libfreenect in a legally-redistributable manner (only affects audio)" ON )
57
57
OPTION (BUILD_EXAMPLES "Build example programs" ON )
Original file line number Diff line number Diff line change 1
- #include < opencv/cv.h>
2
- #include < opencv/highgui.h>
1
+ #include < opencv2/highgui/highgui_c.h>
3
2
#include < stdio.h>
4
3
#include " libfreenect_cv.h"
5
4
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include <opencv/cv .h>
3
+ #include <opencv2/core/core_c .h>
4
4
5
5
#ifdef __cplusplus
6
6
extern "C" {
You can’t perform that action at this time.
0 commit comments