|
@@ -35,6 +35,13 @@ GST1_PLUGINS_GOOD_CONF_OPTS += \
|
|
|
|
|
|
GST1_PLUGINS_GOOD_DEPENDENCIES = gstreamer1 gst1-plugins-base
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBV4L),y)
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPTS += --with-libv4l2
|
|
|
+GST1_PLUGINS_GOOD_DEPENDENCIES += libv4l
|
|
|
+else
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPTS += --without-libv4l2
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_ORC),y)
|
|
|
GST1_PLUGINS_GOOD_CONF_OPTS += --enable-orc
|
|
|
GST1_PLUGINS_GOOD_DEPENDENCIES += orc
|