Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Building tvOS

Taner Sener edited this page Jun 11, 2019 · 1 revision

MobileFFmpeg build process for tvOS platform includes two phases.

  • The first phase compiles FFmpeg, MobileFFmpeg and enabled external libraries using Autotools and/or CMake.

    • To compile assembly files on arm architectures libav gas-preprocessor is downloaded and used during the build.
  • The second phase builds MobileFFmpeg static frameworks and universal (fat) static libraries.

When compilation ends, all output libraries are stored under the prebuilt folder.

Clone this wiki locally