fix REAME + SPEEX_LIB to avoid referencing speexdsp from macport

This commit is contained in:
Jehan Monnier 2010-07-19 17:13:26 +02:00
parent b283d80540
commit a30e5b61ef
3 changed files with 3 additions and 2 deletions

View file

@ -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
View file

@ -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)

View file

@ -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)/../