summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllInterfaces.sci
diff options
context:
space:
mode:
authorsiddhu89902016-08-29 10:47:52 +0530
committersiddhu89902016-08-29 10:47:52 +0530
commit2790257d385a9d7d9e0dab9205baf4b3df0dd8c8 (patch)
tree6a4ab6f09c9308bb1bf39e087b5d3b24d242519a /macros/findDeps/getAllInterfaces.sci
parentea1e22e36a9559448919d7ae2dd24a25743861ec (diff)
downloadscilab2c-2790257d385a9d7d9e0dab9205baf4b3df0dd8c8.tar.gz
scilab2c-2790257d385a9d7d9e0dab9205baf4b3df0dd8c8.tar.bz2
scilab2c-2790257d385a9d7d9e0dab9205baf4b3df0dd8c8.zip
OpenCV interface changed from c to c++
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r--macros/findDeps/getAllInterfaces.sci6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci
index 0f90d5cc..2bdc8b75 100644
--- a/macros/findDeps/getAllInterfaces.sci
+++ b/macros/findDeps/getAllInterfaces.sci
@@ -172,9 +172,9 @@ function allInterfaces = getAllInterfaces(SharedInfo)
];
OpenCV_interfaces = [
- "src/c/imageProcessing/interfaces/int_cvcore.h"
- "src/c/imageProcessing/interfaces/int_cvhighgui.h"
- "src/c/imageProcessing/interfaces/int_cvimgproc.h"];
+ "src/c/imageProcessing/interfaces/int_cvcore.hpp"
+ "src/c/imageProcessing/interfaces/int_cvhighgui.hpp"
+ "src/c/imageProcessing/interfaces/int_cvimgproc.hpp"];
if Target == "StandAlone"
allInterfaces = Standalone_interfaces;