gst1-plugins-bad: add srtp support
It's not new for 1.10.0 but hasn't been enabled when libsrtp was added to buildroot. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
de45145d99
commit
3295a5ef4d
@ -665,6 +665,10 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SNDFILE
|
||||
bool "sndfile"
|
||||
select BR2_PACKAGE_LIBSNDFILE
|
||||
|
||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SRTP
|
||||
bool "srtp"
|
||||
select BR2_PACKAGE_LIBSRTP
|
||||
|
||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD
|
||||
bool "vcd"
|
||||
|
||||
|
@ -44,7 +44,6 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
|
||||
--disable-ladspa \
|
||||
--disable-lv2 \
|
||||
--disable-libde265 \
|
||||
--disable-srtp \
|
||||
--disable-linsys \
|
||||
--disable-modplug \
|
||||
--disable-mimic \
|
||||
@ -780,6 +779,13 @@ else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-sndfile
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SRTP),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-srtp
|
||||
GST1_PLUGINS_BAD_DEPENDENCIES += libsrtp
|
||||
else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-srtp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-vcd
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user