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)
5151set (PROJECT_VER
5252 "${PROJECT_VER_MAJOR} .${PROJECT_VER_MINOR} .${PROJECT_VER_PATCH} " )
5353set (PROJECT_APIVER
54- "${PROJECT_VER_MAJOR} . ${PROJECT_VER_MINOR} " )
54+ "${PROJECT_VER_MAJOR} " )
5555
5656OPTION (BUILD_REDIST_PACKAGE "Build libfreenect in a legally-redistributable manner (only affects audio)" ON )
5757OPTION (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>
32#include < stdio.h>
43#include " libfreenect_cv.h"
54
Original file line number Diff line number Diff line change 11#pragma once
22
3- #include <opencv/cv .h>
3+ #include <opencv2/core/core_c .h>
44
55#ifdef __cplusplus
66extern "C" {
You can’t perform that action at this time.
0 commit comments