summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllInterfaces.sci
diff options
context:
space:
mode:
authorsiddhu89902016-08-25 10:29:32 +0530
committersiddhu89902016-08-25 10:29:32 +0530
commitea1e22e36a9559448919d7ae2dd24a25743861ec (patch)
tree08126b46fe4fbeccdbc323af2c260ab9836a235f /macros/findDeps/getAllInterfaces.sci
parentfbd135ca716c6f5ee8f91425cff6bef3c27dc6b6 (diff)
downloadScilab2C_fossee_old-ea1e22e36a9559448919d7ae2dd24a25743861ec.tar.gz
Scilab2C_fossee_old-ea1e22e36a9559448919d7ae2dd24a25743861ec.tar.bz2
Scilab2C_fossee_old-ea1e22e36a9559448919d7ae2dd24a25743861ec.zip
Basic image prcessing working for RPi
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r--macros/findDeps/getAllInterfaces.sci3
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci
index 9097547..0f90d5c 100644
--- a/macros/findDeps/getAllInterfaces.sci
+++ b/macros/findDeps/getAllInterfaces.sci
@@ -173,7 +173,8 @@ 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_cvhighgui.h"
+ "src/c/imageProcessing/interfaces/int_cvimgproc.h"];
if Target == "StandAlone"
allInterfaces = Standalone_interfaces;