summaryrefslogtreecommitdiff
path: root/2.3-1/macros/ImageProcessing/buildmacros.sce
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/macros/ImageProcessing/buildmacros.sce')
-rw-r--r--2.3-1/macros/ImageProcessing/buildmacros.sce10
1 files changed, 3 insertions, 7 deletions
diff --git a/2.3-1/macros/ImageProcessing/buildmacros.sce b/2.3-1/macros/ImageProcessing/buildmacros.sce
index 14c7c1b1..6431a7df 100644
--- a/2.3-1/macros/ImageProcessing/buildmacros.sce
+++ b/2.3-1/macros/ImageProcessing/buildmacros.sce
@@ -9,8 +9,9 @@
// Organization: FOSSEE, IIT Bombay
// Email: toolbox@scilab.in
-OpencvDirs = [ "core", ...
- "highgui"];
+OpencvDirs = [ "core", ...
+ "highgui", ...
+ "imgproc"];
current_path = get_absolute_file_path("buildmacros.sce");
@@ -23,8 +24,3 @@ OpencvDirs = [ "core", ...
end
clear current_path;
-
-tbx_build_macros(TOOLBOX_NAME, get_absolute_file_path('buildmacros.sce'));
-
-clear tbx_build_macros;
-