diff options
author | siddhu8990 | 2016-08-29 10:47:52 +0530 |
---|---|---|
committer | siddhu8990 | 2016-08-29 10:47:52 +0530 |
commit | 2790257d385a9d7d9e0dab9205baf4b3df0dd8c8 (patch) | |
tree | 6a4ab6f09c9308bb1bf39e087b5d3b24d242519a /macros/findDeps/getAllInterfaces.sci | |
parent | ea1e22e36a9559448919d7ae2dd24a25743861ec (diff) | |
download | scilab2c-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.sci | 6 |
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; |