Changeset 231:688f5ea8969b in mediastreamer2
- Timestamp:
- Jan 12, 2009 10:46:15 PM (4 years ago)
- Branch:
- default
- Location:
- linphone
- Files:
-
- 4 edited
-
coreapi/liblinphone.dev (modified) (3 diffs)
-
gtk-glade/linphone.h (modified) (1 diff)
-
gtk-glade/main.c (modified) (1 diff)
-
gtk-glade/update.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/coreapi/liblinphone.dev
r139 r231 2 2 FileName=liblinphone.dev 3 3 Name=liblinphone 4 UnitCount= 184 UnitCount=21 5 5 Type=2 6 6 Ver=3 … … 223 223 ResourceIncludes= 224 224 MakeIncludes= 225 Compiler=-Wall -Werror_@@_-D_WIN32_WINNT=0x501_@@_-DINET6_@@_-DORTP_INET6_@@_-D ORTP_STATIC_@@_-DVIDEO_ENABLED_@@_-ggdb_@@_-DOSIP_MT_@@_225 Compiler=-Wall -Werror_@@_-D_WIN32_WINNT=0x501_@@_-DINET6_@@_-DORTP_INET6_@@_-DVIDEO_ENABLED_@@_-g_@@_-DOSIP_MT_@@_ 226 226 CppCompiler= 227 227 Linker= … … 242 242 compilerType=0 243 243 244 [Unit19] 245 FileName=sipsetup.h 246 CompileCpp=1 247 Folder=liblinphone 248 Compile=1 249 Link=1 250 Priority=1000 251 OverrideBuildCmd=0 252 BuildCmd= 253 254 [Unit20] 255 FileName=fonis.c 256 CompileCpp=0 257 Folder=liblinphone 258 Compile=0 259 Link=0 260 Priority=1000 261 OverrideBuildCmd=0 262 BuildCmd= $(CC) -c fonis.c -o "Default Profile/fonis.o" $(CFLAGS) 263 264 [Unit21] 265 FileName=sipsetup.c 266 CompileCpp=0 267 Folder=liblinphone 268 Compile=1 269 Link=1 270 Priority=1000 271 OverrideBuildCmd=0 272 BuildCmd= $(CC) -c sipsetup.c -o "Default Profile/sipsetup.o" $(CFLAGS) 273 -
linphone/gtk-glade/linphone.h
r229 r231 24 24 25 25 #ifndef LINPHONE_VERSION 26 #define LINPHONE_VERSION "3.0.0-200901 06"26 #define LINPHONE_VERSION "3.0.0-20090112" 27 27 #endif 28 28 -
linphone/gtk-glade/main.c
r229 r231 895 895 896 896 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 897 902 setenv("LANG",lang,1); 903 #endif 898 904 } 899 905 -
linphone/gtk-glade/update.c
r222 r231 46 46 version[dwDownloaded]='\0'; 47 47 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; 49 51 } 50 52
Note: See TracChangeset
for help on using the changeset viewer.
