摘要: 在ubuntu中使用最新版ffmpeg,出现一些错误,现将错误和解决方案列举如下:error 1: libavutil/common.h:170:47: error: ‘UINT64_C’ was not declared in this scopesolution: Add the code below to the common.h#ifdef__cplusplus#define__STDC_CONSTANT_MACROS#ifdef_STDINT_H#undef_STDINT_H#endif#include<stdint.h>#endif 阅读全文
posted @ 2011-11-08 04:34 大有|元亨 阅读(498) 评论(0) 推荐(0)