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 882
Android cpp dependency
Taner Sener edited this page Apr 3, 2019
·
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 two external libraries which depend on libc++
. One of them is tesseract
and the other one is x265
. When either of the two is enabled during compilation libc++_shared.so
library is added into mobile-ffmpeg.aar
archive created.
Consequently, released MobileFFmpeg
packages that include tesseract
and/or x265
libraries (GPL packages as of v4.2) contain libc++_shared.so
library.
Copyright (c) 2018-2021 MobileFFmpeg