Changeset 231:688f5ea8969b in mediastreamer2


Ignore:
Timestamp:
Jan 12, 2009 10:46:15 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

windows update to recent changes

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@234 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

Location:
linphone
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • linphone/coreapi/liblinphone.dev

    r139 r231  
    22FileName=liblinphone.dev 
    33Name=liblinphone 
    4 UnitCount=18 
     4UnitCount=21 
    55Type=2 
    66Ver=3 
     
    223223ResourceIncludes= 
    224224MakeIncludes= 
    225 Compiler=-Wall -Werror_@@_-D_WIN32_WINNT=0x501_@@_-DINET6_@@_-DORTP_INET6_@@_-DORTP_STATIC_@@_-DVIDEO_ENABLED_@@_-ggdb_@@_-DOSIP_MT_@@_ 
     225Compiler=-Wall -Werror_@@_-D_WIN32_WINNT=0x501_@@_-DINET6_@@_-DORTP_INET6_@@_-DVIDEO_ENABLED_@@_-g_@@_-DOSIP_MT_@@_ 
    226226CppCompiler= 
    227227Linker= 
     
    242242compilerType=0 
    243243 
     244[Unit19] 
     245FileName=sipsetup.h 
     246CompileCpp=1 
     247Folder=liblinphone 
     248Compile=1 
     249Link=1 
     250Priority=1000 
     251OverrideBuildCmd=0 
     252BuildCmd= 
     253 
     254[Unit20] 
     255FileName=fonis.c 
     256CompileCpp=0 
     257Folder=liblinphone 
     258Compile=0 
     259Link=0 
     260Priority=1000 
     261OverrideBuildCmd=0 
     262BuildCmd=       $(CC) -c fonis.c -o "Default Profile/fonis.o" $(CFLAGS) 
     263 
     264[Unit21] 
     265FileName=sipsetup.c 
     266CompileCpp=0 
     267Folder=liblinphone 
     268Compile=1 
     269Link=1 
     270Priority=1000 
     271OverrideBuildCmd=0 
     272BuildCmd=       $(CC) -c sipsetup.c -o "Default Profile/sipsetup.o" $(CFLAGS) 
     273 
  • linphone/gtk-glade/linphone.h

    r229 r231  
    2424 
    2525#ifndef LINPHONE_VERSION 
    26 #define LINPHONE_VERSION "3.0.0-20090106" 
     26#define LINPHONE_VERSION "3.0.0-20090112" 
    2727#endif 
    2828 
  • linphone/gtk-glade/main.c

    r229 r231  
    895895         
    896896        if ((lang=linphone_gtk_get_lang(config_file))!=NULL && lang[0]!='\0'){ 
     897#ifdef WIN32 
     898                char tmp[128]; 
     899                snprintf(tmp,sizeof(tmp),"LANG=%s",lang); 
     900                _putenv(tmp); 
     901#else 
    897902                setenv("LANG",lang,1); 
     903#endif 
    898904        } 
    899905 
  • linphone/gtk-glade/update.c

    r222 r231  
    4646                version[dwDownloaded]='\0'; 
    4747                ms_message("Got response: %s", version); 
    48                 ret=0; 
     48                /*check this not just html containing 404 not found*/ 
     49                if (strstr(version,"html")==0) 
     50                        ret=0; 
    4951        } 
    5052         
Note: See TracChangeset for help on using the changeset viewer.