VirtualBox

Changeset 96391 in vbox


Ignore:
Timestamp:
Aug 22, 2022 7:23:11 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153208
Message:

Recording/Main: Removed unnecessary VPX includes from DisplayImpl.cpp. bugref:10275

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r96322 r96391  
    5151# include <iprt/path.h>
    5252# include "Recording.h"
    53 
    54 # ifdef VBOX_WITH_LIBVPX
    55 #  ifdef _MSC_VER
    56 #   pragma warning(push)
    57 #   pragma warning(disable: 4668) /* vpx_codec.h(64) : warning C4668: '__GNUC__' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */
    58 #   include <vpx/vpx_encoder.h>
    59 #   pragma warning(pop)
    60 #  else
    61 #   include <vpx/vpx_encoder.h>
    62 #  endif
    63 # endif
    6453
    6554# include <VBox/vmm/pdmapi.h>
     
    30263015                        if (SUCCEEDED(hrc) && pbAddress)
    30273016                            vrc = pCtx->SendVideoFrame(uScreenId, 0, 0, BitmapFormat_BGR,
    3028                                                       ulBitsPerPixel, ulBytesPerLine, ulWidth, ulHeight,
    3029                                                       pbAddress, tsNowMs);
     3017                                                       ulBitsPerPixel, ulBytesPerLine, ulWidth, ulHeight,
     3018                                                       pbAddress, tsNowMs);
    30303019                        else
    30313020                            vrc = VERR_NOT_SUPPORTED;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette