]> sjero.net Git - linphone/commitdiff
mingw bugfixes
authorSimon Morlat <simon.morlat@linphone.org>
Mon, 20 Sep 2010 19:20:39 +0000 (21:20 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Mon, 20 Sep 2010 19:20:39 +0000 (21:20 +0200)
coreapi/test_lsd.c
linphone-deps.filelist
scripts/builder-mingw.mk

index c362aa4bc616da465c68140d62809e5143d068a4..a4e78ea119076d7d3ca1a2b820eada0e4648f71c 100644 (file)
@@ -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<seconds){
+       time_t orig=ms_time(NULL);
+       while(ms_time(NULL)-orig<seconds){
                /* we need to call iterate to receive notifications */
                linphone_core_iterate(lc);
                ms_usleep (50000);
index 54ae39fbff7f39b922a0629d8f7a21fddb578efa..de770f8501e7396513040206aa23bcf581f605cb 100755 (executable)
@@ -2,8 +2,8 @@
 ./bin/avformat-52.dll
 ./bin/avutil-50.dll
 ./bin/libeXosip2-4.dll
-./bin/libogg-0.dll
-./bin/libtheora-0.dll
+./bin/libogg.dll
+./bin/libtheora.dll
 ./bin/libxml2-2.dll
 ./bin/libosip2-4.dll
 ./bin/libosipparser2-4.dll
index 3559ee8beb03663038653bb5816e1ff8b701879d..7363218af95bebf6cf4d39c603a68d41f6d107b8 100644 (file)
@@ -22,7 +22,7 @@ $(INSTALL_ROOT): $(WORKDIR)
 \r
 \r
 #Inno Setup 5 compiler\r
-ISCC=ISCC.exe\r
+ISCC="c:\Program Files\Inno setup 5\ISCC.exe"\r
 \r
 $(LINPHONE_SRC_DIR)/configure:\r
        cd $(LINPHONE_SRC_DIR) && ./autogen.sh\r