See https://github.com/kewlbear/FFmpeg-iOS for .xcframework support, integration with FFmpeg and more.
script to build lame for iOS
- build fat library for all architectures
./build-lame.sh
- build libraries for specified architectures
./build-lame.sh arm64 x86_64
- build fat library from thin libraries
./build-lame.sh lipo
Change variables at the beginning to suit your needs.
- lame 3.99.5
- Xcode 7.2
Apache V2
Feedbacks are appreciated.