mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-05 07:43:07 +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