From c9e74e74e20d09452b8c4047a060ebb5ca790bb3 Mon Sep 17 00:00:00 2001 From: Arne Caspari Date: Wed, 13 Sep 2017 11:14:06 +0200 Subject: [PATCH] opencv: Fix build with opencv 3.3.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 30e26b873..b385ccb52 100644 --- a/configure.ac +++ b/configure.ac @@ -2745,7 +2745,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.2.0 , [ + PKG_CHECK_MODULES(OPENCV, opencv >= 2.3.0 opencv <= 3.3.0 , [ AC_PROG_CXX AC_LANG([C++]) OLD_CPPFLAGS=$CPPFLAGS -- 2.14.1