Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经构建了 ffmpeg 并将其链接到我的项目:
但是当我包含 libavformat.h 时,它会游戏我错误:
我想知道我缺少什么设置?
您应该将头文件添加到构建设置中的头搜索路径中,然后使用#import "avformat.h".
#import "avformat.h"