I have some issues while building ffmpeg for the android platfom.
There are "error: undefined symbol: closesocket, error: undefined symbol: gethrtime, error: undefined symbol: sysctl, error: undefined symbol: pthread_cancel, error: unable to find library -lpthread, error: undefined symbol: SDL_PollEvent ld.lld: error: unknown argument '-framework' ld.lld: error: unknown argument '-framework' ld.lld: error: cannot open CoreFoundation: No such file or directory ld.lld: error: cannot open Security: No such file or directory"
These are some issues i encountered, can you explain or suggest a way for me to fix it ? Here my config.log. I can not use it to encode h264 file
You don't provide any valuable info here given your question. The 'configuration' of ffmpeg is just a single step out of many steps before and after that. The ld.lld error happens after this step. What command do you use to execute the scripts?