tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

Run static ffmpeg ends with cannot locate symbol "__sfp_handle_exceptions" #620

Closed TRtomasz closed 3 years ago

TRtomasz commented 3 years ago

Description Run static ffmepg on android

Expected behavior run it and read output

Current behavior ends with an error CANNOT LINK EXECUTABLE "./ffmpeg": cannot locate symbol "__sfp_handle_exceptions" readelf -Ws libc++_shared.so | grep __sfp_handle_exceptions returns no match

Screenshots If applicable, add screenshots to help explain your problem.

Logs Post logs here or paste them to Ghostbin and insert the link here.

Environment

Other Add any other context about the problem here.

alexcohn commented 3 years ago

How did you build your ffmpeg? Does it need libc++_shared.so at all?

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.