summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFabrizio Milo <mistobaan@gmail.com>2011-04-22 09:37:29 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-22 09:38:15 +0100
commit7e5c7048d620dcc9570a4f28ec4bf4667fa05302 (patch)
tree4be097b3e64bca4577e979f891dc075916c421d8 /configure.ac
parent1da68c5e820e2b6a7c9f11345e485b1cd2fab450 (diff)
downloadgstreamer-plugins-bad-7e5c7048d620dcc9570a4f28ec4bf4667fa05302.tar.gz
opencv: make work with openCV 2.2
https://bugzilla.gnome.org/show_bug.cgi?id=641796
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8ecfbad2b..bf3178fac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1272,7 +1272,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.1.0 , [
+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.2.0 , [
AC_PROG_CXX
AC_LANG_CPLUSPLUS
OLD_CPPFLAGS=$CPPFLAGS