Changeset 68802 in vbox
- Timestamp:
- Sep 20, 2017 12:41:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r68801 r68802 58 58 59 59 # 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 61 68 # endif 62 69 #endif
Note:
See TracChangeset
for help on using the changeset viewer.