温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

FFmpeg ShiftMediaProject工程编译错误

发布时间:2020-07-29 07:29:18 来源:网络 阅读:1630 作者:fengyuzaitu 栏目:编程语言

1)严重性 代码 说明 项目 文件 行
错误 LNK2019 无法解析的外部符号 x265_api_get_176,该符号在函数 is_keyframe 中被引用 ffplay D:\test\source\FFmpeg\SMP\libavcodecd.lib(libx265.obj) 1

重新完全编译整个工程

2)
38>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(D:\test\source\FFmpeg\SMP......\msvc\ffplayd.exe) does not match the Linker's OutputFile property value (D:\test\msvc\bin\x64\ffplayd.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
38>
38>LINK : fatal error LNK1000: Internal error during IncrBuildImage.Pass1

方法一
1、打开项目的属性对话框;
2、依次找到配置属性->链接器;
3、修改“启用增量链接”为“否”;
4、“确定”,重新生成即可。
方法二
重新完全编译整个工程

3)
1>------ 已启动生成: 项目: ffplay, 配置: Debug x64 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(D:\test\source\FFmpeg\SMP......\msvc\ffplayd.exe) does not match the Linker's OutputFile property value (D:\test\msvc\bin\x64\ffplayd.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>
1>LINK : fatal error LNK1000: Internal error during IncrBuildImage.Pass1
1>
1> Version 14.00.23026.0
1>
1> ExceptionCode = C0000005
1> ExceptionFlags = 00000000
1> ExceptionAddress = 00B14B70 (00A60000) "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\link.exe"
1> NumberParameters = 00000002
1> ExceptionInformation[ 0] = 00000000
1> ExceptionInformation[ 1] = 00000004
1>
1> CONTEXT:
1> Eax = 00000000 Esp = 012FEB18
1> Ebx = 80400000 Ebp = 012FEF60
1> Ecx = 74A0ABFD Esi = 82771B78
1> Edx = 00000202 Edi = 80407258
1> Eip = 00B14B70 EFlags = 00010246
1> SegCs = 00000023 SegDs = 0000002B
1> SegSs = 0000002B SegEs = 0000002B
1> SegFs = 00000053 SegGs = 0000002B
1> Dr0 = 00000000 Dr3 = 00000000
1> Dr1 = 00000000 Dr6 = 00000000
1> Dr2 = 00000000 Dr7 = 00000000
1> CTIPlugin::InvokeCallback=APPCRASHCTIPlugin::InvokeCallback=APPCRASHCTIPlugin::InvokeCallback=APPCRASHCTIPlugin::InvokeCallback=APPCRASHCTIPlugin::InvokeCallback=APPCRASH
========== 生成: 成功 0 个,失败 1 个,最新 44 个,跳过 0 个 ==========

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI