summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicola Murino <nicola.murino@gmail.com>2014-01-29 13:25:37 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-01-29 20:23:34 +0100
commit3248dff5fa506fa9420f57c63485e1b4a8ec3a36 (patch)
treeddb41013a93ad7f6a0539bbf0cdf351ff9810617 /configure.ac
parent274387e8e9698687225156c3ca0b252b9fb10aaf (diff)
downloadgstreamer-plugins-bad-3248dff5fa506fa9420f57c63485e1b4a8ec3a36.tar.gz
opencv: The plugin works with 2.4.8 too
https://bugzilla.gnome.org/show_bug.cgi?id=723230
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 4d766fcab..fb80405e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1741,7 +1741,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.7 , [
+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.4.8 , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS