C++引用ffmpeg出错#error missing -D__STDC_CONSTANT_MACROS

#ifdef __cplusplus
#define __STDC_CONSTANT_MACROS
#ifdef _STDINT_H
#undef _STDINT_H
#endif
extern "C" {
#include
}
#endif

 

#ifndef   UINT64_C

#define   UINT64_C(value)   __CONCAT(value,ULL)

#endif

你可能感兴趣的:(C++引用ffmpeg出错#error missing -D__STDC_CONSTANT_MACROS)