Changeset 184:cf7ad010c3cd in mediastreamer2


Ignore:
Timestamp:
Nov 30, 2008 10:10:30 PM (5 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:
  • 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

Location:
linphone
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • linphone/gtk-glade/linphone.iss

    r139 r184  
    3737;;Source: "..\..\linphone-deps\bin\speex.dll"; DestDir: "{app}"; Flags: ignoreversion 
    3838Source: "..\..\linphone-deps\bin\avcodec.dll"; DestDir: "{app}"; Flags: ignoreversion 
    39 Source: "..\..\linphone-deps\bin\avutil.dll"; DestDir: "{app}"; Flags: ignoreversion 
     39Source: "..\..\linphone-deps\bin\avutil-49.dll"; DestDir: "{app}"; Flags: ignoreversion 
    4040Source: "..\..\linphone-deps\bin\swscale.dll"; DestDir: "{app}"; Flags: ignoreversion 
    4141;;Source: "..\..\linphone-deps\bin\libspeex-1.dll"; DestDir: "{app}"; Flags: ignoreversion 
  • linphone/mediastreamer2/src/videoout.c

    r167 r184  
    290290        } 
    291291        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 , 
    293293                                                CW_USEDEFAULT, CW_USEDEFAULT, rect.right-rect.left,rect.bottom-rect.top, 
    294294                                                                                                        NULL, NULL, hInstance, NULL); 
  • linphone/oRTP/build/win32native/ortp-dll.dev

    r63 r184  
    443443ResourceIncludes= 
    444444MakeIncludes= 
    445 Compiler=-DORTP_INET6_@@_-D_WORKAROUND_MINGW32_BUGS _@@_-Wall -Werror _@@_-D_WIN32_WINNT=0x0501_@@_-DORTP_STATIC_@@_ 
     445Compiler=-DORTP_INET6_@@_-Wall -Werror _@@_-D_WIN32_WINNT=0x0501_@@_-DORTP_STATIC_@@_ 
    446446CppCompiler=_@@_ 
    447447Linker=-lws2_32_@@_-liphlpapi_@@_-lwinmm_@@_ 
Note: See TracChangeset for help on using the changeset viewer.