From 889a95b9c7a749887674f36055cee697640a2625 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 20 Sep 2010 21:20:39 +0200 Subject: [PATCH] mingw bugfixes --- coreapi/test_lsd.c | 5 +++-- linphone-deps.filelist | 4 ++-- scripts/builder-mingw.mk | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/coreapi/test_lsd.c b/coreapi/test_lsd.c index c362aa4bc..a4e78ea11 100644 --- a/coreapi/test_lsd.c +++ b/coreapi/test_lsd.c @@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "linphonecore_utils.h" + static void play_finished(LsdPlayer *p){ const char *filename=(const char *)lsd_player_get_user_pointer (p); ms_message("Playing of %s is finished.",filename); @@ -35,8 +36,8 @@ static void play_finished(LsdPlayer *p){ } static void wait_a_bit(LinphoneCore *lc, int seconds){ - time_t orig=time(NULL); - while(time(NULL)-orig