Changeset 184:cf7ad010c3cd in mediastreamer2
- Timestamp:
- Nov 30, 2008 10:10:30 PM (5 years ago)
- Branch:
- default
- Location:
- linphone
- Files:
-
- 3 edited
-
gtk-glade/linphone.iss (modified) (1 diff)
-
mediastreamer2/src/videoout.c (modified) (1 diff)
-
oRTP/build/win32native/ortp-dll.dev (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/gtk-glade/linphone.iss
r139 r184 37 37 ;;Source: "..\..\linphone-deps\bin\speex.dll"; DestDir: "{app}"; Flags: ignoreversion 38 38 Source: "..\..\linphone-deps\bin\avcodec.dll"; DestDir: "{app}"; Flags: ignoreversion 39 Source: "..\..\linphone-deps\bin\avutil .dll"; DestDir: "{app}"; Flags: ignoreversion39 Source: "..\..\linphone-deps\bin\avutil-49.dll"; DestDir: "{app}"; Flags: ignoreversion 40 40 Source: "..\..\linphone-deps\bin\swscale.dll"; DestDir: "{app}"; Flags: ignoreversion 41 41 ;;Source: "..\..\linphone-deps\bin\libspeex-1.dll"; DestDir: "{app}"; Flags: ignoreversion -
linphone/mediastreamer2/src/videoout.c
r167 r184 290 290 } 291 291 ms_message("AdjustWindowRect: %li,%li %li,%li",rect.left,rect.top,rect.right,rect.bottom); 292 hwnd=CreateWindow("Video Window", "Video window", WS_OVERLAPPEDWINDOW|WS_VISIBLE ,292 hwnd=CreateWindow("Video Window", "Video window", /*WS_OVERLAPPEDWINDOW*/ WS_THICKFRAME|WS_VISIBLE , 293 293 CW_USEDEFAULT, CW_USEDEFAULT, rect.right-rect.left,rect.bottom-rect.top, 294 294 NULL, NULL, hInstance, NULL); -
linphone/oRTP/build/win32native/ortp-dll.dev
r63 r184 443 443 ResourceIncludes= 444 444 MakeIncludes= 445 Compiler=-DORTP_INET6_@@_- D_WORKAROUND_MINGW32_BUGS _@@_-Wall -Werror _@@_-D_WIN32_WINNT=0x0501_@@_-DORTP_STATIC_@@_445 Compiler=-DORTP_INET6_@@_-Wall -Werror _@@_-D_WIN32_WINNT=0x0501_@@_-DORTP_STATIC_@@_ 446 446 CppCompiler=_@@_ 447 447 Linker=-lws2_32_@@_-liphlpapi_@@_-lwinmm_@@_
Note: See TracChangeset
for help on using the changeset viewer.
