1
0
Fork 1
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:
cc9cii 2014-09-12 11:05:02 +10:00
parent de41dfc314
commit 8fe6877cb2

View file

@ -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>