使用emsdk工具编译ffmpeg源代码错误
Closed this issue · 6 comments
Qianxunha commented
snxly commented
Google一下你的报错信息,有不少解决办法。
snxly commented
xgene commented
千辛万苦将ffmpeg编译搞定了! 但是编译wasm时老报错
wasm-ld: error: /tmp/emscripten_temp_k8oaxqc5/decode_video_0.o: undefined symbol:av_log_set_callback
还有很多这类错误,我的是在macOS下
snxly commented
av_log_set_callback 是ffmpeg的api,用来记log用的。
decode_video.c里用到了这个api。
检查下 ffmpeg是否编译成功,特别是shell脚本里用到的那几个。