您当前的位置: 首页 >  visual studio

DS小龙哥

暂无认证

  • 2浏览

    0关注

    679博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Visual Studio下程序开发: error LNK2019: 无法解析的外部符号

DS小龙哥 发布时间:2021-01-20 14:33:37 ,浏览量:2

一、环境介绍

 Visual Studio IDE 版本:  VS2017

QT版本: QT5.12.6

产生问题环境:  在Visual Studio 2017下开发QT程序,引用了ffmpeg库实现视频播放器开发。

error LNK2019: 无法解析的外部符号 error LNK2001: 无法解析的外部符号

1>CClipVideo.obj : error LNK2019: 无法解析的外部符号 _avformat_alloc_output_context2,该符号在函数 "protected: int __thiscall CClipVideo::ClipVideo(void)" (?ClipVideo@CClipVideo@@IAEHXZ) 中被引用
1>VideoEncode.obj : error LNK2001: 无法解析的外部符号 _avformat_alloc_output_context2
1>CClipVideo.obj : error LNK2019: 无法解析的外部符号 _avformat_open_input,该符号在函数 "protected: int __thiscall CClipVideo::ClipVideo(void)" (?ClipVideo@CClipVideo@@IAEHXZ) 中被引用
1>CDecodeAudio.obj : error LNK2001: 无法解析的外部符号 _avformat_open_input
1>KFileDecoders.obj : err
关注
打赏
1664009229
查看更多评论
立即登录/注册

微信扫码登录

0.1641s