diff options
author | Nicola Murino <nicola.murino@gmail.com> | 2017-02-03 15:35:15 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-02-05 11:44:06 +0000 |
commit | 9b778f7264a28e42fcbbafa7948ed3415b8edb44 (patch) | |
tree | a2828bf534b82fb24baa2753a21ff4fc6bb91892 /configure.ac | |
parent | 57645056ad906a6d997abe6f5134f9b4c595bdf8 (diff) | |
download | gstreamer-plugins-bad-9b778f7264a28e42fcbbafa7948ed3415b8edb44.tar.gz |
opencv: allow compilation against 3.2.0
https://bugzilla.gnome.org/show_bug.cgi?id=778142
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 285d3f424..4013b58fe 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |