mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
fix REAME + SPEEX_LIB to avoid referencing speexdsp from macport
This commit is contained in:
parent
b283d80540
commit
a30e5b61ef
3 changed files with 3 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ LinphoneCoreVTable linphonec_vtable = {
|
|||
linphone_core_set_network_reachable(myLinphoneCore,true);
|
||||
|
||||
int i=0;
|
||||
while (!linphone_proxy_config_is_registered(proxyCfg) && i++<200 ) {
|
||||
while (!linphone_proxy_config_is_registered(proxyCfg) && i++<40 ) {
|
||||
linphone_core_iterate(myLinphoneCore);
|
||||
usleep(100000);
|
||||
}
|
||||
|
|
|
|||
1
README
1
README
|
|
@ -5,6 +5,7 @@ Linphone for iPhone depends on liblinphone sdk. To build this sdk, you must inst
|
|||
-automake
|
||||
-autoconf
|
||||
-libtool
|
||||
-intltool
|
||||
-wget
|
||||
|
||||
Link macport libtoolize to glibtoolize (sudo ln -s /opt/local/bin/glibtoolize /opt/local/bin/libtoolize)
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ linphone_configure_controls= --disable-video \
|
|||
--with-gsm=$(prefix) \
|
||||
--enable-nonstandard-gsm \
|
||||
SPEEX_CFLAGS="-I$(prefix)/include" \
|
||||
SPEEX_LIBS="-L$(prefix)/lib -lspeex "
|
||||
SPEEX_LIBS="-L$(prefix)/lib -lspeex -lspeexdsp"
|
||||
|
||||
#path
|
||||
BUILDER_SRC_DIR?=$(shell pwd)/../
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue