mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
opencv/meson: check presence of required opencv_contrib headers
https://bugzilla.gnome.org/show_bug.cgi?id=772822
This commit is contained in:
parent
79b7d07162
commit
ab28399abd
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ libopencv2_headers = [
|
||||||
'opencv2/imgproc/imgproc_c.h',
|
'opencv2/imgproc/imgproc_c.h',
|
||||||
'opencv2/objdetect/objdetect.hpp',
|
'opencv2/objdetect/objdetect.hpp',
|
||||||
'opencv2/video/background_segm.hpp',
|
'opencv2/video/background_segm.hpp',
|
||||||
|
'opencv2/bgsegm.hpp',
|
||||||
]
|
]
|
||||||
|
|
||||||
gstopencv_cargs = ['-DGST_HAAR_CASCADES_DIR="@0@"']
|
gstopencv_cargs = ['-DGST_HAAR_CASCADES_DIR="@0@"']
|
||||||
|
|
Loading…
Reference in a new issue