mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/asterisk: add optional libsrtp dependency
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
5a532b0291
commit
7ebab72bbf
@ -90,7 +90,6 @@ ASTERISK_CONF_OPTS = \
|
|||||||
--without-spandsp \
|
--without-spandsp \
|
||||||
--without-ss7 \
|
--without-ss7 \
|
||||||
--without-sqlite \
|
--without-sqlite \
|
||||||
--without-srtp \
|
|
||||||
--without-suppserv \
|
--without-suppserv \
|
||||||
--without-tds \
|
--without-tds \
|
||||||
--without-termcap \
|
--without-termcap \
|
||||||
@ -211,6 +210,13 @@ else
|
|||||||
ASTERISK_CONF_OPTS += --without-speex --without-speexdsp
|
ASTERISK_CONF_OPTS += --without-speex --without-speexdsp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBSRTP),y)
|
||||||
|
ASTERISK_DEPENDENCIES += libsrtp
|
||||||
|
ASTERISK_CONF_OPTS += --with-srtp
|
||||||
|
else
|
||||||
|
ASTERISK_CONF_OPTS += --without-srtp
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
|
ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
|
||||||
ASTERISK_DEPENDENCIES += libvorbis
|
ASTERISK_DEPENDENCIES += libvorbis
|
||||||
ASTERISK_CONF_OPTS += --with-vorbis
|
ASTERISK_CONF_OPTS += --with-vorbis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user