summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/gstreamer1/gst1-imx/Config.in6
-rw-r--r--package/gstreamer1/gst1-imx/gst1-imx.mk11
2 files changed, 2 insertions, 15 deletions
diff --git a/package/gstreamer1/gst1-imx/Config.in b/package/gstreamer1/gst1-imx/Config.in
index 9b977bdde8..9f792d1c82 100644
--- a/package/gstreamer1/gst1-imx/Config.in
+++ b/package/gstreamer1/gst1-imx/Config.in
@@ -84,10 +84,4 @@ config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC
help
Elements for V4L2 capture
-config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK
- bool "imxv4l2videosink"
- select BR2_PACKAGE_GST1_PLUGINS_BAD
- help
- Elements for V4L2 output
-
endif
diff --git a/package/gstreamer1/gst1-imx/gst1-imx.mk b/package/gstreamer1/gst1-imx/gst1-imx.mk
index 080fce5458..a21e2829be 100644
--- a/package/gstreamer1/gst1-imx/gst1-imx.mk
+++ b/package/gstreamer1/gst1-imx/gst1-imx.mk
@@ -83,17 +83,10 @@ GST1_IMX_CONF_OPTS += --disable-vpu
endif
ifeq ($(BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC),y)
-# There's no --enable-imxv4l2videosrc option
+# There's no --enable-v4l2src option
GST1_IMX_DEPENDENCIES += gst1-plugins-bad
else
-GST1_IMX_CONF_OPTS += --disable-imxv4l2videosrc
-endif
-
-ifeq ($(BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK),y)
-# There's no --enable-imxv4l2videosink option
-GST1_IMX_DEPENDENCIES += gst1-plugins-bad
-else
-GST1_IMX_CONF_OPTS += --disable-imxv4l2videosink
+GST1_IMX_CONF_OPTS += --disable-v4l2src
endif
$(eval $(waf-package))
OpenPOWER on IntegriCloud