diff options
| author | Samuel Martin <s.martin49@gmail.com> | 2014-04-20 14:48:19 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-20 17:36:22 +0200 |
| commit | 7105008a7f97e2c845fe80faa0c4cef3c7578d90 (patch) | |
| tree | ea2086ddedf04c9f741317e16ab011cf21dc8888 | |
| parent | fb80d283412b610fc0f5e4baf1c5bcdf093dadc2 (diff) | |
| download | buildroot-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.in | 1 |
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 |

