summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-01-02 11:43:39 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-01-02 11:43:39 +0000
commite6fe51a3accd22d23a51c3a8c647e2f72ea2bbba (patch)
tree7270ffbdbfc2f9da1ffa6ab75d951ac736e1eb2b /configure.ac
parenta30247a4ff276ccecc724ceb9f6512d698e8edc9 (diff)
opencv: allow all future 3.4.x versions
Fix-up for previous patch which I modified incorrectly. https://bugzilla.gnome.org/show_bug.cgi?id=792114
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 d3b60ab79..0a2d1f8bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1801,7 +1801,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.4.0 , [
+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.3.0 opencv < 3.5.0 , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS