mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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"
|
bool "sndfile"
|
||||||
select BR2_PACKAGE_LIBSNDFILE
|
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
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD
|
||||||
bool "vcd"
|
bool "vcd"
|
||||||
|
|
||||||
|
@ -44,7 +44,6 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
|
|||||||
--disable-ladspa \
|
--disable-ladspa \
|
||||||
--disable-lv2 \
|
--disable-lv2 \
|
||||||
--disable-libde265 \
|
--disable-libde265 \
|
||||||
--disable-srtp \
|
|
||||||
--disable-linsys \
|
--disable-linsys \
|
||||||
--disable-modplug \
|
--disable-modplug \
|
||||||
--disable-mimic \
|
--disable-mimic \
|
||||||
@ -780,6 +779,13 @@ else
|
|||||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-sndfile
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-sndfile
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD),y)
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-vcd
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-vcd
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user