summaryrefslogtreecommitdiffstats
path: root/package/gstreamer1
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
commit1610200e7863a73dafac7890bc339bea47605c05 (patch)
tree24ddc7e452b318e8e07402245c6f91b56f3ab78a /package/gstreamer1
parent2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d (diff)
downloadbuildroot-1610200e7863a73dafac7890bc339bea47605c05.tar.gz
buildroot-1610200e7863a73dafac7890bc339bea47605c05.zip
package/*/Config.in: fix property order warning of check-package
This commit fixes the ordering of the Config.in option properties, as reported by check-package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer1')
-rw-r--r--package/gstreamer1/gst1-imx/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer1/gst1-imx/Config.in b/package/gstreamer1/gst1-imx/Config.in
index f64ed71bc0..e4cee05b90 100644
--- a/package/gstreamer1/gst1-imx/Config.in
+++ b/package/gstreamer1/gst1-imx/Config.in
@@ -87,8 +87,8 @@ 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
+ select BR2_PACKAGE_GST1_PLUGINS_BAD
help
Elements for V4L2 output
OpenPOWER on IntegriCloud