[APU] Fix compilation on Linux

This commit is contained in:
Joel Linn 2020-07-01 01:44:14 +02:00 committed by Rick Gibbed
parent 534e263b05
commit b6e5719173
1 changed files with 4 additions and 1 deletions

View File

@ -20,11 +20,14 @@
#include "xenia/base/ring_buffer.h"
extern "C" {
#if XE_COMPILER_MSVC
#pragma warning(push)
#pragma warning(disable : 4101 4244 5033)
#endif
#include "third_party/FFmpeg/libavcodec/avcodec.h"
#include "third_party/FFmpeg/libavcodec/wma.h"
#if XE_COMPILER_MSVC
#pragma warning(pop)
#endif
} // extern "C"
// Credits for most of this code goes to: