|
|
@ -44,6 +44,8 @@ |
|
|
|
extern "C" { |
|
|
|
extern "C" { |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if !defined(WIN32) || defined(__MINGW32__) |
|
|
|
|
|
|
|
// some versions of FFMPEG assume a C99 compiler, and don't define INT64_C
|
|
|
|
#if !defined INT64_C || !defined UINT64_C |
|
|
|
#if !defined INT64_C || !defined UINT64_C |
|
|
|
#define INT64_C |
|
|
|
#define INT64_C |
|
|
|
#define UINT64_C |
|
|
|
#define UINT64_C |
|
|
@ -52,6 +54,8 @@ extern "C" { |
|
|
|
#undef _STDINT_H |
|
|
|
#undef _STDINT_H |
|
|
|
#include <stdint.h> |
|
|
|
#include <stdint.h> |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#include <errno.h> |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifdef WIN32 |
|
|
|
#ifdef WIN32 |
|
|
|
#include <libavformat/avformat.h> |
|
|
|
#include <libavformat/avformat.h> |
|
|
|