mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
- remove video window system menu
- update .dev files git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@187 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
49bd49f2ff
commit
055177c5b9
3 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ Source: "..\..\linphone-deps\bin\exosip2.dll"; DestDir: "{app}"; Flags: ignoreve
|
|||
Source: "..\..\linphone-deps\bin\libogg.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;;Source: "..\..\linphone-deps\bin\speex.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\..\linphone-deps\bin\avcodec.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\..\linphone-deps\bin\avutil.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\..\linphone-deps\bin\avutil-49.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\..\linphone-deps\bin\swscale.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;;Source: "..\..\linphone-deps\bin\libspeex-1.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;;Source: "..\..\linphone-deps\bin\libspeexdsp-1.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
|
|
|
|||
|
|
@ -289,7 +289,7 @@ static HWND create_window(int w, int h)
|
|||
ms_error("AdjustWindowRect failed.");
|
||||
}
|
||||
ms_message("AdjustWindowRect: %li,%li %li,%li",rect.left,rect.top,rect.right,rect.bottom);
|
||||
hwnd=CreateWindow("Video Window", "Video window", WS_OVERLAPPEDWINDOW|WS_VISIBLE ,
|
||||
hwnd=CreateWindow("Video Window", "Video window", /*WS_OVERLAPPEDWINDOW*/ WS_THICKFRAME|WS_VISIBLE ,
|
||||
CW_USEDEFAULT, CW_USEDEFAULT, rect.right-rect.left,rect.bottom-rect.top,
|
||||
NULL, NULL, hInstance, NULL);
|
||||
if (hwnd==NULL){
|
||||
|
|
|
|||
|
|
@ -442,7 +442,7 @@ Libs=
|
|||
PrivateResource=
|
||||
ResourceIncludes=
|
||||
MakeIncludes=
|
||||
Compiler=-DORTP_INET6_@@_-D_WORKAROUND_MINGW32_BUGS _@@_-Wall -Werror _@@_-D_WIN32_WINNT=0x0501_@@_-DORTP_STATIC_@@_
|
||||
Compiler=-DORTP_INET6_@@_-Wall -Werror _@@_-D_WIN32_WINNT=0x0501_@@_-DORTP_STATIC_@@_
|
||||
CppCompiler=_@@_
|
||||
Linker=-lws2_32_@@_-liphlpapi_@@_-lwinmm_@@_
|
||||
PreprocDefines=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue