summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2014-04-20 14:48:19 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-20 17:36:22 +0200
commit7105008a7f97e2c845fe80faa0c4cef3c7578d90 (patch)
treeea2086ddedf04c9f741317e16ab011cf21dc8888
parentfb80d283412b610fc0f5e4baf1c5bcdf093dadc2 (diff)
downloadbuildroot-7105008a7f97e2c845fe80faa0c4cef3c7578d90.tar.gz
buildroot-7105008a7f97e2c845fe80faa0c4cef3c7578d90.zip
gst1-plugins-bad: fix missing dependency for opencv plugin
Gstreamer1 opencv plugin requires opencv's contrib module. Fixes: http://autobuild.buildroot.net/results/0aa/0aab79be8043bf88a227af2ca27b4447aa2f8901/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/gstreamer1/gst1-plugins-bad/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
index 0e4765c228..02fa18cbd0 100644
--- a/package/gstreamer1/gst1-plugins-bad/Config.in
+++ b/package/gstreamer1/gst1-plugins-bad/Config.in
@@ -430,6 +430,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV
# problem of including the old "cv.h" header
# bug: https://bugzilla.gnome.org/show_bug.cgi?id=725163
select BR2_PACKAGE_OPENCV_LIB_CALIB3D
+ select BR2_PACKAGE_OPENCV_LIB_CONTRIB
select BR2_PACKAGE_OPENCV_LIB_FEATURES2D
select BR2_PACKAGE_OPENCV_LIB_FLANN
select BR2_PACKAGE_OPENCV_LIB_IMGPROC
OpenPOWER on IntegriCloud