gcc 4.9.2 编译 ffmpeg-git-1aeb88b 是出现如下错误 > FFmpeg fails to make with: > > CC libavcodec/dxva2.o > In file included from libavcodec/dxva2_internal.h:26:0, > from libavcodec/dxva2.c:23: > libavcodec/dxva2.h:40:5: error: unknown type name 'I…
vs2015新建mfc工程,编译错误: D:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\afx.h(78): fatal error C1083: 无法打开包括文件: “new.h”: No such file or directory 解决办法:修改 项目->配置属性->VC++目录 中的包含目录和库目录…
解决办法 出现错误:jni/ffmpeg/libavutil/common.h:175:47: error: 'UINT64_C' was not declared in this scope 解决:在 jni/ffmpeg/libavutil/common.h中添加// add by XXX#ifndef UINT64_C#define UINT64_C(value)__CONCAT(value,ULL)#endif//-// 最后编译通过,在目录~/workspace/ffmpeg_andr…