summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2015-08-07 13:08:17 +0100
committerLuis de Bethencourt <luis@debethencourt.com>2015-08-07 13:14:11 +0100
commit316657a2f85437c8866e88213e2e63967a0031b7 (patch)
treefc0328d6affb3a5f1bcfbad6c9f7ebcfa7b5f587 /configure.ac
parent69becd734d3f94264f6f0ef2e6147205646c1abd (diff)
downloadgstreamer-plugins-bad-316657a2f85437c8866e88213e2e63967a0031b7.tar.gz
configure: update OpenCV requirements to 2.3.0
With facedetect ported to C++ the minimum version of OpenCV supported is 2.3.0 https://bugzilla.gnome.org/show_bug.cgi?id=748377
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e1ad87de..10d39373d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2453,7 +2453,7 @@ AG_GST_CHECK_FEATURE(OPENCV, [opencv plugins], opencv, [
dnl a new version and the no-backward-compatibility define. (There doesn't
dnl seem to be a switch to suppress the warnings the cvcompat.h header
dnl causes.)
- PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv < 2.5.0 , [
+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.3.0 opencv < 2.5.0 , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS