From e6fe51a3accd22d23a51c3a8c647e2f72ea2bbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 2 Jan 2018 11:43:39 +0000 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1