VirtualBox

Changeset 68802 in vbox


Ignore:
Timestamp:
Sep 20, 2017 12:41:09 PM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r68801 r68802  
    5858
    5959# ifdef VBOX_WITH_LIBVPX
    60 #  include <vpx/vpx_encoder.h>
     60#  ifdef _MSC_VER
     61#   pragma warning(push)
     62#   pragma warning(disable: 4668) /* vpx_codec.h(64) : warning C4668: '__GNUC__' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */
     63#   include <vpx/vpx_encoder.h>
     64#   pragma warning(pop)
     65#  else
     66#   include <vpx/vpx_encoder.h>
     67#  endif
    6168# endif
    6269#endif
Note: See TracChangeset for help on using the changeset viewer.

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