From 3248dff5fa506fa9420f57c63485e1b4a8ec3a36 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Wed, 29 Jan 2014 13:25:37 +0100 Subject: [PATCH] opencv: The plugin works with 2.4.8 too https://bugzilla.gnome.org/show_bug.cgi?id=723230 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4d766fcab7..fb80405e93 100644 --- a/configure.ac +++ b/configure.ac @@ -1741,7 +1741,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.4.7 , [ + PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.4.8 , [ AC_PROG_CXX AC_LANG([C++]) OLD_CPPFLAGS=$CPPFLAGS