-
-
Notifications
You must be signed in to change notification settings - Fork 829
Offline Build
Building MobileFFmpeg on a host without internet connection is not possible by default. However with a few instructions it is possible to run top level build scripts successfully.
-
ios.sh
downloads libav gas-preprocessor to compile assembly files onarmv7
,armv7s
andarm64
architectures. If a working internet connection is not foundios.sh
will fail. By manually copying libav gas-preprocessor file insidemobile-ffmpeg/.tmp
folder it is possible to successfully executeios.sh
. -
From
v1.1
onwards it is possible to enable to GPL librariesx264
andxvidcore
from top level build scripts. But their source code is not included in the repository and a working internet connection is required to download their sources. If you manually copy x264 snapshot-20180606-2245 and xvidcore v1.3.5 files insidemobile-ffmpeg/.tmp
folder you can enable support for both of them.
Copyright (c) 2018-2021 MobileFFmpeg