Fixed compilation error for ffmpeg tests

pull/13383/head
Alexander Reshetnikov 13 years ago
parent 6d1f4bfba4
commit 1a04d09140
  1. 9
      modules/highgui/src/ffmpeg_codecs.hpp

@ -44,6 +44,15 @@
extern "C" {
#endif
#if !defined INT64_C || !defined UINT64_C
#define INT64_C
#define UINT64_C
#define __STDC_CONSTANT_MACROS
// force re-inclusion of stdint.h to get INT64_C macro
#undef _STDINT_H
#include <stdint.h>
#endif
#ifdef WIN32
#include <libavformat/avformat.h>
#else

Loading…
Cancel
Save