|
@@ -479,6 +479,13 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-removesilence
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTMP),y)
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-rtmp
|
|
|
+GST1_PLUGINS_BAD_DEPENDENCIES += rtmpdump
|
|
|
+else
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-rtmp
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDI),y)
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-sdi
|
|
|
else
|