summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTae-Young Chung <ty83.chung@samsung.com>2018-08-28 20:40:41 +0900
committerTae-Young Chung <ty83.chung@samsung.com>2018-08-28 20:42:44 +0900
commit44889f598c73a2d05c7e123fdee3b5854a17c4fb (patch)
treea4401a29cf37c86d130bd46006d72a2e631b7064
parent176ab9d4319b84d9ac2fe3085543681d30caf95a (diff)
downloadcaffeonacl-accepted/tizen_5.0_unified.tar.gz
caffeonacl-accepted/tizen_5.0_unified.tar.bz2
caffeonacl-accepted/tizen_5.0_unified.zip
Since Tizen 5.0, OpenCV support Version 3. Currently OpenCV 3.4.1 version is supported. Change-Id: I8daeaca417bb24121b96fa7cf458ee5980be27a8 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
-rw-r--r--Makefile.config.acl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.acl b/Makefile.config.acl
index 223c57af..3eb572b0 100644
--- a/Makefile.config.acl
+++ b/Makefile.config.acl
@@ -34,7 +34,7 @@ ACL_LIBS :=arm_compute arm_compute_core OpenCL
# ALLOW_LMDB_NOLOCK := 1
# Uncomment if you're using OpenCV 3
-# OPENCV_VERSION := 3
+OPENCV_VERSION := 3
# To customize your choice of compiler, uncomment and set the following.
# N.B. the default for Linux is g++ and the default for OSX is clang++