Compile ffmpeg for iOS
-
wrote on 14 Mar 2025, 11:54 last edited by
Here are the instructions for compiling ffmpeg for macOS.
https://sourceforge.net/projects/qtav/
What I have to set to compile for iOS?
If I link the libraries with your instructions I have this error
building for 'iOS', but linking in object file (/usr/local/ffmpeg/arm64/lib/libavcodec.a2) built for 'macOS' -
Here are the instructions for compiling ffmpeg for macOS.
https://sourceforge.net/projects/qtav/
What I have to set to compile for iOS?
If I link the libraries with your instructions I have this error
building for 'iOS', but linking in object file (/usr/local/ffmpeg/arm64/lib/libavcodec.a2) built for 'macOS'@alemio Build instructions are here: https://github.com/wang-bin/QtAV/wiki/Build-QtAV
Simply use qmake from your Qt for iOS installation.
1/2