summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Sun <yi.sun@intel.com>2015-03-20 10:58:33 +0800
committerYi Sun <yi.sun@intel.com>2015-03-20 10:58:33 +0800
commit222d963e003a7e863b6f7b923174de4081a878ab (patch)
tree0dd8f7c1bd089303784abe16262b8eca47c28630
parent749919fdff9049674a92a360df5cb71481a4cea4 (diff)
Change default opencv libarary name.
Signed-off-by: Yi Sun <yi.sun@intel.com>
-rwxr-xr-xsrc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index 3a02f12..cc97404 100755
--- a/src/configure
+++ b/src/configure
@@ -2745,7 +2745,7 @@ fi
if test "${with_cv+set}" = set; then
withval=$with_cv; LIBCVNAME=$withval
else
- LIBCVNAME=cv
+ LIBCVNAME=opencv_core
fi
@@ -2842,7 +2842,7 @@ if test x"$enable_sample" != xno; then
if test "${with_highgui+set}" = set; then
withval=$with_highgui; LIBHIGHGUINAME=$withval
else
- LIBHIGHGUINAME=highgui
+ LIBHIGHGUINAME=opencv_highgui
fi
else