[APU] Disable warnings in FFmpeg.

This commit is contained in:
Joel Linn 2020-06-23 20:53:45 +02:00 committed by Rick Gibbed
parent d4cf474665
commit 3675c8eac8
1 changed files with 3 additions and 0 deletions

View File

@ -20,8 +20,11 @@
#include "xenia/base/ring_buffer.h"
extern "C" {
#pragma warning(push)
#pragma warning(disable : 4101 4244 5033)
#include "third_party/FFmpeg/libavcodec/avcodec.h"
#include "third_party/FFmpeg/libavcodec/wma.h"
#pragma warning(pop)
extern AVCodec ff_xma2_decoder;
} // extern "C"