From 8f592c6b078cd7b5f0e5914dfac5ae35570e1338 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Tue, 29 Nov 2011 23:41:22 +0100 Subject: [PATCH] opencv: allow to build against 2.3.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fc98fce8fe..8df4b7e284 100644 --- a/configure.ac +++ b/configure.ac @@ -1364,7 +1364,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.2.0 , [ + PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.3.1 , [ AC_PROG_CXX AC_LANG_CPLUSPLUS OLD_CPPFLAGS=$CPPFLAGS