Skip to content

renebigot/build_FFmpeg_for_iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

FFmpeg - build script for iOS

This script will build FFmpeg for iOS 6.1 with iOS 7.0 SDK

Build instructions:

First, you need to download this script. Simply clone this repo :

git clone https://github.com/renebigot/build_FFmpeg_for_iOS.git

Download FFmpeg sources.

cd build_FFmpeg_for_iOS
git clone https://github.com/FFmpeg/FFmpeg.git

Then, build FFmpeg with this script. FFmpeg must be a subdir named FFmpeg inside your build_FFmpeg_for_iOS directory.

sh build_FFmpeg_for_iOS.sh

Have a coffee… get your newly generated libraries in

./FFmpeg/universal/lib/

and headers files

./FFmpeg/universal/include/

Requirements

  1. Xcode command line utilities. Help
  2. GNU assembler preprocessor. Help

Feedback

Tweet me — @renebigot.

About

This script will build FFmpeg for iOS 6.1+ with iOS 7.0 SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages