Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kewlbear/x264-ios
Script to build x264 for iOS apps
https://github.com/kewlbear/x264-ios
ios x264
Last synced: 14 days ago
JSON representation
Script to build x264 for iOS apps
- Host: GitHub
- URL: https://github.com/kewlbear/x264-ios
- Owner: kewlbear
- Created: 2014-09-15T02:18:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T03:28:43.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T00:34:13.149Z (29 days ago)
- Topics: ios, x264
- Language: Shell
- Size: 3.91 KB
- Stars: 210
- Watchers: 19
- Forks: 121
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# x264 iOS build script
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:
* x264-snapshot-20160814-2245-stable
* Xcode 9.2## Usage
* 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