mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
linphone: use external ortp/mediastreamer libraries
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fdf093b7ce
commit
96f4105506
@ -2,6 +2,9 @@ config BR2_PACKAGE_LINPHONE
|
|||||||
bool "linphone"
|
bool "linphone"
|
||||||
select BR2_PACKAGE_LIBEXOSIP2
|
select BR2_PACKAGE_LIBEXOSIP2
|
||||||
select BR2_PACKAGE_SPEEX
|
select BR2_PACKAGE_SPEEX
|
||||||
|
select BR2_PACKAGE_ORTP
|
||||||
|
select BR2_PACKAGE_MEDIASTREAMER
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP # mediastreamer
|
||||||
help
|
help
|
||||||
Linphone is an internet phone or Voice Over IP phone (VoIP).
|
Linphone is an internet phone or Voice Over IP phone (VoIP).
|
||||||
|
|
||||||
@ -19,3 +22,6 @@ config BR2_PACKAGE_LINPHONE
|
|||||||
client, linphonec, and video support is not enabled.
|
client, linphonec, and video support is not enabled.
|
||||||
|
|
||||||
http://www.linphone.org/
|
http://www.linphone.org/
|
||||||
|
|
||||||
|
comment "linphone requires a toolchain with C++ support enabled"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -6,7 +6,11 @@
|
|||||||
|
|
||||||
LINPHONE_VERSION = 3.5.2
|
LINPHONE_VERSION = 3.5.2
|
||||||
LINPHONE_SITE = http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/
|
LINPHONE_SITE = http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/
|
||||||
LINPHONE_CONF_OPT = --disable-video --disable-gtk_ui
|
LINPHONE_CONF_OPT = \
|
||||||
LINPHONE_DEPENDENCIES = libeXosip2 speex
|
--disable-gtk_ui \
|
||||||
|
--enable-external-ortp \
|
||||||
|
--enable-external-mediastreamer
|
||||||
|
|
||||||
|
LINPHONE_DEPENDENCIES = host-pkg-config ortp mediastreamer libeXosip2 speex
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS))
|
$(eval $(call AUTOTARGETS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user