summaryrefslogtreecommitdiffstats
path: root/package/linphone/linphone.mk
diff options
context:
space:
mode:
authorPeter Korsgaard2012-06-03 21:25:00 +0200
committerPeter Korsgaard2012-06-04 09:12:45 +0200
commit96f41055068e54e734edc99c88ec46aa40d8ced5 (patch)
treeea61980b712d1d5a8a00fb810a1d5105c907d867 /package/linphone/linphone.mk
parentpackage: add mediastreamer (diff)
downloadbuildroot-96f41055068e54e734edc99c88ec46aa40d8ced5.tar.gz
buildroot-96f41055068e54e734edc99c88ec46aa40d8ced5.tar.xz
buildroot-96f41055068e54e734edc99c88ec46aa40d8ced5.zip
linphone: use external ortp/mediastreamer libraries
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/linphone/linphone.mk')
-rw-r--r--package/linphone/linphone.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/package/linphone/linphone.mk b/package/linphone/linphone.mk
index 6ba6b5333..b34fbf741 100644
--- a/package/linphone/linphone.mk
+++ b/package/linphone/linphone.mk
@@ -6,7 +6,11 @@
LINPHONE_VERSION = 3.5.2
LINPHONE_SITE = http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/
-LINPHONE_CONF_OPT = --disable-video --disable-gtk_ui
-LINPHONE_DEPENDENCIES = libeXosip2 speex
+LINPHONE_CONF_OPT = \
+ --disable-gtk_ui \
+ --enable-external-ortp \
+ --enable-external-mediastreamer
+
+LINPHONE_DEPENDENCIES = host-pkg-config ortp mediastreamer libeXosip2 speex
$(eval $(call AUTOTARGETS))