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
Taner Sener edited this page Jun 2, 2018
·
11 revisions
There are two build scripts in the root project directory: android.sh
for Android and ios.sh
for IOS.
Use these scripts to build MobileFFmpeg for each platform. For Android you will also need to set ANDROID_NDK_ROOT
environment variable. After a successful build, compiled FFmpeg and MobileFFmpeg libraries can be found under the prebuilt
directory.
Both android.sh
and ios.sh
can be customized to override default settings. android.sh and ios.sh pages include details of all available build options.
export ANDROID_NDK_ROOT=<Android NDK Path>
./android.sh
./ios.sh
Copyright (c) 2018-2021 MobileFFmpeg