summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-10 11:37:55 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-10 11:37:55 +0200
commitc70fceb16fa71207b02f4a70c2b2524c7ee4ffa2 (patch)
tree6f8c78fbe35d1b3dc1d0e0ffc493cea0ccc6f9c4
parentfd4cb22ae42b146e327b12aa0507b59520ba1db2 (diff)
downloadgstreamer-plugins-bad-c70fceb16fa71207b02f4a70c2b2524c7ee4ffa2.tar.gz
opencv: We also work with OpenCV 2.4.6.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 580c6efcb..1a77cc1b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1743,7 +1743,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.4.5 , [
+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.4.6.1 , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS