|
3 年之前 | |
---|---|---|
.. | ||
scratch-x264 | 3 年之前 | |
thin-x264 | 3 年之前 | |
x264 | 3 年之前 | |
x264-iOS | 3 年之前 | |
README.md | 3 年之前 | |
build-x264.sh | 3 年之前 |
See https://github.com/kewlbear/FFmpeg-iOS for integration with FFmpeg and more.
This is a shell script to build x264 for iOS apps.
Tested with:
Untar the source code into a folder named x264
To build everything:
./build-x264.sh
To build for arm64:
./build-x264.sh arm64
To build fat library for armv7 and x86_64 (64-bit simulator):
./build-x264.sh armv7 x86_64
To build fat library from separately built thin libraries:
./build-x264.sh lipo
Library and Header Files are in ./x264-iOS