This repository was archived by the owner on Jan 6, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 892
Android cpp dependency
Taner Sener edited this page Apr 17, 2020
·
4 revisions
As explained in official Android c++ support guide, libc++ is not a system library and it must be included in your apk if you use it.
MobileFFmpeg includes five external libraries which depend on libc++. These libraries are openh264, rubberband, snappy, tesseract and x265. When either of these five libraries is enabled during compilation, libc++_shared.so library is added into mobile-ffmpeg.aar archive created.
Additionally, MobileFFmpeg release packages that include these libraries (video, full and all gpl licensed packages) contain libc++_shared.so library as well.
Copyright (c) 2018-2021 MobileFFmpeg