summaryrefslogtreecommitdiffstats
path: root/package/gstreamer1
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2017-11-30 15:07:36 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-01 23:44:14 +0100
commit120e9ce4e550e9efaab24705081d2167ac1a075b (patch)
treebbab57b79c42f7a0064b502aebd46823833623af /package/gstreamer1
parentfd80e92cb89d4ab3f327227ab2f2b0b3130fc426 (diff)
downloadbuildroot-120e9ce4e550e9efaab24705081d2167ac1a075b.tar.gz
buildroot-120e9ce4e550e9efaab24705081d2167ac1a075b.zip
gst1-imx: add missing dependency for imxv4l2videosink plugin
The plugin source code uses V4L2_COLORSPACE_DEFAULT macro which was defined in kernel 4.2, so make sure the toolchain headers match this requirement. Fixes: http://autobuild.buildroot.net/results/48dd782161fa5e8860b5ea00a5d60207cb623108/ http://autobuild.buildroot.net/results/f970c782b5bfbcf66ff3ba200b060d3653ff2630/ Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer1')
-rw-r--r--package/gstreamer1/gst1-imx/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-imx/Config.in b/package/gstreamer1/gst1-imx/Config.in
index 9b977bdde8..e23b1933e9 100644
--- a/package/gstreamer1/gst1-imx/Config.in
+++ b/package/gstreamer1/gst1-imx/Config.in
@@ -87,7 +87,11 @@ config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC
config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK
bool "imxv4l2videosink"
select BR2_PACKAGE_GST1_PLUGINS_BAD
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 # V4L2_COLORSPACE_DEFAULT
help
Elements for V4L2 output
+comment "imxv4l2videosink needs a toolchain w/ headers >= 4.2"
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
+
endif
OpenPOWER on IntegriCloud