summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicola Murino <nicola.murino@gmail.com>2018-01-02 10:12:11 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-01-02 11:30:17 +0000
commita30247a4ff276ccecc724ceb9f6512d698e8edc9 (patch)
treed9f9cd313bc6ddc2535d7dfc5a50ec727c687d3b /ext
parent13363f2388a511c6fb0df18eabce7a13f36c1773 (diff)
downloadgstreamer-plugins-bad-a30247a4ff276ccecc724ceb9f6512d698e8edc9.tar.gz
opencv: allow compilation against 3.4.x
https://bugzilla.gnome.org/show_bug.cgi?id=792114
Diffstat (limited to 'ext')
-rw-r--r--ext/opencv/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/meson.build b/ext/opencv/meson.build
index 32aaf5c2a..c7014309f 100644
--- a/ext/opencv/meson.build
+++ b/ext/opencv/meson.build
@@ -40,7 +40,7 @@ libopencv3_headers = [
gstopencv_cargs = ['-DGST_HAAR_CASCADES_DIR="@0@"']
-opencv_dep = dependency('opencv', version : ['>= 2.3.0', '<= 3.3.0'], required : false)
+opencv_dep = dependency('opencv', version : ['>= 2.3.0', '<= 3.4.0'], required : false)
opencv_found = opencv_dep.found()
if opencv_found