ffmpeg-android-maker icon indicating copy to clipboard operation
ffmpeg-android-maker copied to clipboard

I have some issues while building ffmpeg for the android platfom.

Open cuongluumanh opened this issue 9 months ago • 1 comments

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

config.log

cuongluumanh avatar Aug 06 '25 02:08 cuongluumanh

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?

Javernaut avatar Aug 06 '25 07:08 Javernaut