projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a6b121
)
opencv: Make the OpenCV plugin optional in the meson build
author
Sebastian Dröge
<sebastian@centricular.com>
Sun, 27 Nov 2016 09:56:18 +0000
(11:56 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Sun, 27 Nov 2016 09:56:18 +0000
(11:56 +0200)
ext/opencv/meson.build
patch
|
blob
|
history
diff --git
a/ext/opencv/meson.build
b/ext/opencv/meson.build
index
01bb640
..
ac96a90
100644
(file)
--- a/
ext/opencv/meson.build
+++ b/
ext/opencv/meson.build
@@
-36,7
+36,7
@@
else
opencv_cargs += '-DOPENCV_PATH_NAME="OpenCv"'
endif
-opencv_dep = dependency('opencv', version : '>= 2.3.0')
+opencv_dep = dependency('opencv', version : '>= 2.3.0'
, required : false
)
if opencv_dep.found()
gstopencv = library('gstopencv',
opencv_sources,