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

Mac Catalyst

Taner Sener edited this page Feb 28, 2020 · 4 revisions

MobileFFmpeg build scripts on development branch supports building MobileFFmpeg for Mac Catalyst architecture. Build scripts use x86-64-mac-catalyst architecture name for Mac Catalyst.

Unfortunately, x86-64 and x86-64-mac-catalyst can not exist in the same fat library. Therefore x86-64-mac-catalyst is disabled when x86-64 is enabled. So you need to disable x86-64 architecture to build x86-64-mac-catalyst.

/ios.sh --disable-x86-64

Building mobile-ffmpeg static library for iOS

Architectures: arm64, arm64e, x86-64-mac-catalyst
Libraries: none

Clone this wiki locally