1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-18 13:20:47 +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>