summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicola Murino <nicola.murino@gmail.com>2019-04-23 09:06:13 +0200
committerTim-Philipp Müller <tim@centricular.com>2019-08-06 16:50:09 +0100
commita4750dae8dc327d2f1bfe4e06f776ca5c955b8f2 (patch)
tree459230cce2d2780b8032fe6627fbbb923f00c2d1 /configure.ac
parent905682f1bf8c76ac38ee76cf96c3d2006452bc88 (diff)
downloadgstreamer-plugins-bad-a4750dae8dc327d2f1bfe4e06f776ca5c955b8f2.tar.gz
opencv: allow compilation against 4.1.x
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 160123d1e..64b6f942f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1845,7 +1845,7 @@ AG_GST_CHECK_FEATURE(OPENCV, [opencv plugins], opencv, [
HAVE_OPENCV="yes"
fi
], [
- PKG_CHECK_MODULES([OPENCV], [opencv4 >= 4.0.0 opencv4 < 4.1.0] , [
+ PKG_CHECK_MODULES([OPENCV], [opencv4 >= 4.0.0 opencv4 < 4.2.0] , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS