Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Android Cpp Dependency

Taner Şener edited this page Mar 13, 2021 · 6 revisions

As explained in the Official Android C++ Library Support Guide, libc++ is not a system library and must be included in your apk if you use it.

FFmpegKit supports five external libraries which depend on libc++. These libraries are openh264, rubberband, snappy, tesseract and x265. If at least one of these five libraries is enabled while building FFmpegKit, then libc++_shared.so library is added into the ffmpeg-kit.aar archive created.

Additionally, published FFmpegKit packages that include these libraries (video, full and all gpl licensed packages) contain libc++_shared.so library as well.

Clone this wiki locally