mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 21:44:06 +00:00
More include madness b/w different systems & compilers
This commit is contained in:
parent
de41dfc314
commit
8fe6877cb2
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
#ifndef HAVE_LIBSWRESAMPLE
|
||||
extern "C"
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include <libavformat/avformat.h>
|
||||
|
|
Loading…
Reference in a new issue