This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
forked from arthenica/ffmpeg-kit
-
Notifications
You must be signed in to change notification settings - Fork 15
Android cpp dependency
Taner Sener edited this page Sep 27, 2022
·
1 revision
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 eight external libraries which depend on libc++
. These libraries are chromaprint
, openh264
, rubberband
, snappy
, srt
, tesseract
, x265
and zimg
. 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.
Copyright (c) 2021-2022 FFmpegKit
- Status
- Versions
- Changelog
- Project Layout
- Using
- Building
- External Libraries
- Patents
- License