opencv: Fixup include to follow new standard
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 2 Aug 2018 15:19:07 +0000 (11:19 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 2 Aug 2018 15:31:34 +0000 (11:31 -0400)
commitd2ee9b16fa7d4d3c2ded648a7606152209813a34
tree8db3c434753e8850b87075660d7bdeb1393a74eb
parent9c91282ba64d1750c9c1500b06f826d565ace859
opencv: Fixup include to follow new standard

This uses the new path for OpenCV headers. OpenCV now have
master headers files per modules, which reduce the amount of
required includes. Note that HIGHGUI was included to get the
imgcodecs includes, which I fixed, though the master header is
missing the C headers, so I included that directly. All the
image stuff should be ported to C++ eventually. Finally, this
patch also update the header checks to reflect the modules that
are really being used.
configure.ac
ext/opencv/MotionCells.h
ext/opencv/gsthanddetect.h
ext/opencv/gsttemplatematch.cpp
ext/opencv/gsttemplatematch.h
ext/opencv/meson.build
meson.build