|
@@ -83,10 +83,17 @@ GST1_IMX_CONF_OPTS += --disable-vpu
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC),y)
|
|
|
-# There's no --enable-v4l2src option
|
|
|
+# There's no --enable-imxv4l2videosrc option
|
|
|
GST1_IMX_DEPENDENCIES += gst1-plugins-bad
|
|
|
else
|
|
|
-GST1_IMX_CONF_OPTS += --disable-v4l2src
|
|
|
+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
|
|
|
endif
|
|
|
|
|
|
$(eval $(waf-package))
|