mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix windows build
This commit is contained in:
parent
fcf4cf44b2
commit
f3031103aa
3 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_INIT([linphone],[3.3.99.10],[linphone-developers@nongnu.org])
|
||||
AC_INIT([linphone],[3.4.0],[linphone-developers@nongnu.org])
|
||||
AC_CANONICAL_SYSTEM
|
||||
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])
|
||||
|
||||
|
|
|
|||
|
|
@ -110,18 +110,18 @@ static void ecc_play_tones(EcCalibrator *ecc){
|
|||
|
||||
/*play an initial tone to startup the audio playback/capture*/
|
||||
ms_filter_call_method(ecc->gen,MS_DTMF_GEN_PLAY_CUSTOM,&tone);
|
||||
sleep(2);
|
||||
ms_sleep(2);
|
||||
|
||||
ms_filter_set_notify_callback(ecc->gen,on_tone_sent,ecc);
|
||||
tone.frequency=2000;
|
||||
tone.duration=100;
|
||||
|
||||
ms_filter_call_method(ecc->gen,MS_DTMF_GEN_PLAY_CUSTOM,&tone);
|
||||
sleep(1);
|
||||
ms_sleep(1);
|
||||
ms_filter_call_method(ecc->gen,MS_DTMF_GEN_PLAY_CUSTOM,&tone);
|
||||
sleep(1);
|
||||
ms_sleep(1);
|
||||
ms_filter_call_method(ecc->gen,MS_DTMF_GEN_PLAY_CUSTOM,&tone);
|
||||
sleep(1);
|
||||
ms_sleep(1);
|
||||
|
||||
if (ecc->sent_count==3 && ecc->recv_count==3){
|
||||
int delay=ecc->acc/3;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 47f19a376ee7f5bfea93714bc094a8f4ffcebce4
|
||||
Subproject commit b2ad8c3befdcb4fa8203b655f54114ad8d6c6925
|
||||
Loading…
Add table
Reference in a new issue