Compile the version of ffmpeg4.4.1. After the compilation is successful, an error will be reported after importing your own project
This is the error message of my project Undefined symbols for architecture arm64: "_av_application_closep", referenced from: _ffp_reset_internal in IJKMediaFramework(ff_ffplay.o) _ffp_set_inject_opaque in IJKMediaFramework(ff_ffplay.o) "_av_application_on_async_read_speed", referenced from: _async_buffer_task in IJKMediaFramework(ijkasync.o) "_av_application_on_async_statistic", referenced from: _call_inject_statistic in IJKMediaFramework(ijkasync.o) "_av_application_on_io_control", referenced from: _ijkurlhook_call_inject in IJKMediaFramework(ijklivehook.o) _ijkurlhook_call_inject in IJKMediaFramework(ijkurlhook.o) _ijksegment_open in IJKMediaFramework(ijksegment.o) _ijkio_urlhook_call_inject in IJKMediaFramework(ijkiourlhook.o) "_av_application_open", referenced from: _ffp_set_inject_opaque in IJKMediaFramework(ff_ffplay.o) "_ijkav_register_async_protocol", referenced from: _ijkav_register_all in IJKMediaFramework(allformats.o) "_ijkav_register_ijkhttphook_protocol", referenced from: _ijkav_register_all in IJKMediaFramework(allformats.o) "_ijkav_register_ijkio_protocol", referenced from: _ijkav_register_all in IJKMediaFramework(allformats.o) "_ijkav_register_ijklongurl_protocol", referenced from: _ijkav_register_all in IJKMediaFramework(allformats.o) "_ijkav_register_ijksegment_protocol", referenced from: _ijkav_register_all in IJKMediaFramework(allformats.o) "_ijkav_register_ijktcphook_protocol", referenced from: _ijkav_register_all in IJKMediaFramework(allformats.o)
@11101b how to upgrade FFmpeg 4.4.1?
same problem, any solutions?