summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicola Murino <nicola.murino@gmail.com>2017-02-03 15:35:15 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-02-05 11:44:06 +0000
commit9b778f7264a28e42fcbbafa7948ed3415b8edb44 (patch)
treea2828bf534b82fb24baa2753a21ff4fc6bb91892 /configure.ac
parent57645056ad906a6d997abe6f5134f9b4c595bdf8 (diff)
downloadgstreamer-plugins-bad-9b778f7264a28e42fcbbafa7948ed3415b8edb44.tar.gz
opencv: allow compilation against 3.2.0
https://bugzilla.gnome.org/show_bug.cgi?id=778142
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 285d3f424..4013b58fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2717,7 +2717,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.3.0 opencv <= 3.1.0 , [
+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.3.0 opencv <= 3.2.0 , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS