summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>2017-11-10 13:32:17 -0600
committerSebastian Dröge <sebastian@centricular.com>2017-11-23 10:05:39 +0200
commitb7dad57e9e8b6fb3fd7bf185b4aed4b366a2fc74 (patch)
tree809dcbf8452ccd85696fd97677805830e8ab57ab /configure.ac
parent6c2b9a4faeed6fcf7c810711ff414bb838f80ed4 (diff)
downloadgstreamer-plugins-bad-b7dad57e9e8b6fb3fd7bf185b4aed4b366a2fc74.tar.gz
opencv: Update version for building plugins
This commit allows to build the OpenCV plugin with OpenCV >= 2.3.0 to < 3.4.0. https://bugzilla.gnome.org/show_bug.cgi?id=790192
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 60afdfb6f..c972284cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2821,7 +2821,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.3.0 opencv <= 3.3.0 , [
+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.3.0 opencv < 3.4.0 , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS