opencv: allow to build against 2.3.1
authorStefan Sauer <ensonic@users.sf.net>
Tue, 29 Nov 2011 22:41:22 +0000 (23:41 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 29 Nov 2011 22:42:05 +0000 (23:42 +0100)
configure.ac

index fc98fce8fe2ad8022004bd7fb4f721313c42a957..8df4b7e2846f390f5918ba81bd5ace31a6a07d80 100644 (file)
@@ -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