mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
opencv: check presence of required opencv_contrib headers
https://bugzilla.gnome.org/show_bug.cgi?id=772822
This commit is contained in:
parent
4664fc0b27
commit
bf11338d6f
1 changed files with 2 additions and 0 deletions
|
@ -2808,6 +2808,8 @@ AG_GST_CHECK_FEATURE(OPENCV, [opencv plugins], opencv, [
|
|||
opencv2/imgproc/imgproc_c.h \
|
||||
opencv2/objdetect/objdetect.hpp \
|
||||
opencv2/video/background_segm.hpp], [], [something_not_found=yes])
|
||||
dnl check opencv_contrib headers (not always present in opencv distributions)
|
||||
AC_CHECK_HEADERS([opencv2/bgsegm.hpp], [], [something_not_found=yes])
|
||||
CPPFLAGS=$OLD_CPPFLAGS
|
||||
AC_LANG([C])
|
||||
|
||||
|
|
Loading…
Reference in a new issue