[APU] Fix compilation on Linux
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user