mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/libpjsip: add bcg729 optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
44655cda41
commit
3fe4a3603c
@ -49,6 +49,13 @@ LIBPJSIP_CONF_OPTS = \
|
|||||||
# so we want to use it.
|
# so we want to use it.
|
||||||
LIBPJSIP_CONF_OPTS += --enable-epoll
|
LIBPJSIP_CONF_OPTS += --enable-epoll
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_BCG729),y)
|
||||||
|
LIBPJSIP_DEPENDENCIES += bcg729
|
||||||
|
LIBPJSIP_CONF_OPTS += --with-bcg729=$(STAGING_DIR)/usr
|
||||||
|
else
|
||||||
|
LIBPJSIP_CONF_OPTS += --disable-bcg729
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGSM),y)
|
ifeq ($(BR2_PACKAGE_LIBGSM),y)
|
||||||
LIBPJSIP_CONF_OPTS += \
|
LIBPJSIP_CONF_OPTS += \
|
||||||
--enable-gsm-codec \
|
--enable-gsm-codec \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user