summaryrefslogtreecommitdiff
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-02-04 17:02:17 +0100
commit12e6ef38874e6ec2c884bc01bb2ed8ecb7d1c0a9 (patch)
treee31749a12f5d38d575c321bfb658191227cee705
parentfb582c00a28030ab78720b05bcc1155eac386352 (diff)
downloadgstreamer-plugins-bad-12e6ef38874e6ec2c884bc01bb2ed8ecb7d1c0a9.tar.gz
opencv: The plugin works with 2.4.8 too
https://bugzilla.gnome.org/show_bug.cgi?id=723230
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 95edd76aa..42ff381e0 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.7 , [
+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.4.8 , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS