All Projects → kewlbear → X264 Ios

kewlbear / X264 Ios

Script to build x264 for iOS apps

Programming Languages

shell
77523 projects

Labels

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].