bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.54k stars 8.13k forks source link

libavformat/avformat.h file not found #1776

Open yupuyang opened 8 years ago

yupuyang commented 8 years ago

libavformat/avformat.h file not found

GintokiS commented 8 years ago

如果是iOS工程的话,是ffmpeg的Header Search Paths的配置有问题,请在Build Settings 里 搜索Search Paths,并按照ffmpeg库的实际路径修改 Header Search Paths 的值。

PS. 如果按照某个有些老的教程测试ffmpeg库是否正常工作时,调用了av_register_all()方法,报错提示Symbol(s) Not Found,请在网上找一份kxmovie的工程,然后替换其中的ffmpeg库文件,来验证能否正常工作。