summaryrefslogtreecommitdiff
path: root/2.3-1/macros/findDeps/getAllInterfaces.sci
diff options
context:
space:
mode:
authorsiddhu89902016-08-25 10:29:32 +0530
committersiddhu89902016-08-25 10:29:32 +0530
commit425ae9b5508196bc39ab98f12696550dfa6f872c (patch)
treeba140cadce2eb1e927e84b94653ef5ff83707827 /2.3-1/macros/findDeps/getAllInterfaces.sci
parent0b014f0b667df241a3b0fa575f11577d453d08f8 (diff)
downloadScilab2C-425ae9b5508196bc39ab98f12696550dfa6f872c.tar.gz
Scilab2C-425ae9b5508196bc39ab98f12696550dfa6f872c.tar.bz2
Scilab2C-425ae9b5508196bc39ab98f12696550dfa6f872c.zip
Basic image prcessing working for RPi
Diffstat (limited to '2.3-1/macros/findDeps/getAllInterfaces.sci')
-rw-r--r--2.3-1/macros/findDeps/getAllInterfaces.sci3
1 files changed, 2 insertions, 1 deletions
diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci
index 90975473..0f90d5cc 100644
--- a/2.3-1/macros/findDeps/getAllInterfaces.sci
+++ b/2.3-1/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;