//////////////////////////////////////////////
(1)有人说加这个:
http://www.drovik.com/html/9342704730.html
#define UINT64_C(value)__CONCAT(value,ULL)
#endif
(2)https://code.google.com/p/ffmpegsource/issues/detail?id=11
有人说加这个:
#ifdef __cplusplus#define __STDC_CONSTANT_MACROS
#ifdef _STDINT_H
#undef _STDINT_H
#endif
#include <stdint.h>
#endif
(3)还有人说加这个: