gst1-plugins-bad: add missing opencv ml module dependency
authorSamuel Martin <s.martin49@gmail.com>
Wed, 5 Mar 2014 22:55:30 +0000 (23:55 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 6 Mar 2014 17:25:27 +0000 (18:25 +0100)
commit01ab9e6b0e9332294f538ea24301cf53585e01ee
treefd946d84a281d7fe3144686eee9f7419fcc33f37
parentf1af0b6ee90f2253d5d37b5bb2b87555eddca59e
gst1-plugins-bad: add missing opencv ml module dependency

gst1-plugins-bad source code does include the old-style global opencv
header "opencv/cv.h", which includes headers from the core, imgproc,
video, features2d, flann, calib3d, objdetect and legacy modules.

However, the legacy module, in addition to headers from some of the
previously listed modules, also includes headers from the ml module.

Thus, the ml module must be selected to be able to build the legacy
one, so the gst-plugins-bad's opencv plugin.

Fixes:
  http://autobuild.buildroot.net/results/d02/d02e1843ef90f4b40c99e3b23eddf376f827d46e/

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gstreamer1/gst1-plugins-bad/Config.in