gst1-plugins-bad: add rtmp support
As pointed by sonnex on the mailing list. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0c956f2df9
commit
8b850c3254
@ -382,6 +382,12 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REMOVESILENCE
|
||||
help
|
||||
Removes silence from an audio stream
|
||||
|
||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTMP
|
||||
bool "rtmp"
|
||||
select BR2_PACKAGE_RTMPDUMP
|
||||
help
|
||||
RTMP plugin
|
||||
|
||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDI
|
||||
bool "sdi"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user