opencv: allow compilation against 3.2.0

https://bugzilla.gnome.org/show_bug.cgi?id=778142
This commit is contained in:
Nicola Murino 2017-02-03 15:35:15 +01:00 committed by Tim-Philipp Müller
parent 57645056ad
commit 9b778f7264

View file

@ -2717,7 +2717,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.1.0 , [
PKG_CHECK_MODULES(OPENCV, opencv >= 2.3.0 opencv <= 3.2.0 , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS