Skip to content

tangyi1234/x264-iOS-build-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

x264 iOS build script

My blog: http://www.jianshu.com/u/1cac5c2fc495

This is a shell script to build x264 for iOS apps.

Tested with:

  • x264-snapshot-20170904-2245
  • Xcode 8.3.2

Requirements

Usage

  • 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
    

About

x264编译脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages