summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-12-29 13:31:53 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-12-29 13:32:32 +0100
commit5e94e9c9f399ac8f9e9771228f75e8bbf91ec207 (patch)
treecf50c89ef33864b0dfa863295c18880a6b05200f
parent26a5b64975e69c4236299fcf64dc0cb885fdcafb (diff)
downloadgstreamer-plugins-bad-5e94e9c9f399ac8f9e9771228f75e8bbf91ec207.tar.gz
opencv: The plugin works with 2.4.7 too
Reported by kwm on IRC.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79a163343..95edd76aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1739,7 +1739,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.6.1 , [
+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.4.7 , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS