bilibili / ijkplayer

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

Call to undeclared function 'av_dict_get'; ISO C99 and later do not support implicit function declarations #5558

Closed LisonFan closed 10 months ago

LisonFan commented 1 year ago

image

luffyjie commented 1 year ago

include "libavutil/dict.h"

手动引入头文件就行了

kklwg commented 12 months ago

good