mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Revert "gst1-imx: fix v4l2 plugins disable options"
This reverts commit 56b611a972218e33e9fc4b48399138889a688a8e. This patch was intended for the next branch, not the master branch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
56b611a972
commit
6803a17c3b
@ -84,10 +84,4 @@ config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC
|
|||||||
help
|
help
|
||||||
Elements for V4L2 capture
|
Elements for V4L2 capture
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK
|
|
||||||
bool "imxv4l2videosink"
|
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BAD
|
|
||||||
help
|
|
||||||
Elements for V4L2 output
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -83,17 +83,10 @@ GST1_IMX_CONF_OPTS += --disable-vpu
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC),y)
|
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
|
GST1_IMX_DEPENDENCIES += gst1-plugins-bad
|
||||||
else
|
else
|
||||||
GST1_IMX_CONF_OPTS += --disable-imxv4l2videosrc
|
GST1_IMX_CONF_OPTS += --disable-v4l2src
|
||||||
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
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(waf-package))
|
$(eval $(waf-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user