美文网首页
include“libavformat/avformat.h”

include“libavformat/avformat.h”

作者: 焉逢12 | 来源:发表于2017-04-21 11:34 被阅读0次

    修改工程的Header Search Paths ,要不然会报

    include“libavformat/avformat.h” file not found 错误

    根据Library Search Paths 中的lib的路径:

    131035549484666.png

    复制路径,添加一份到Header Search Paths 中,再将lib改为include

    改好如下:

    131037338396122.png

    相关文章

      网友评论

          本文标题:include“libavformat/avformat.h”

          本文链接:https://www.haomeiwen.com/subject/ffkdzttx.html