This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 791
Building iOS
Taner Sener edited this page Jun 11, 2019
·
1 revision
MobileFFmpeg build process for iOS platform includes two phases.
-
The first phase compiles FFmpeg, MobileFFmpeg and enabled external libraries using
Autotools
and/orCMake
.- To compile assembly files on
arm
architectures libav gas-preprocessor is downloaded and used during the build.
- To compile assembly files on
-
The second phase builds MobileFFmpeg static frameworks and universal (fat) static libraries.
When compilation ends, all output libraries are stored under the prebuilt
folder.
Copyright (c) 2018-2021 MobileFFmpeg