-
-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
FFmpeg iOS build script | ||
======================= | ||
|
||
This is a shell script to build FFmpeg libraries for iOS apps. | ||
|
||
Tested with: | ||
|
||
* FFmpeg git commit f18ccb529fb7231f9d40814fbf843d10d9434b43 | ||
* Xcode 4.6.3 | ||
|
||
Usage | ||
----- | ||
|
||
* To build armv7s libraries: | ||
|
||
./build-ffmpeg.sh armv7s | ||
|
||
* To build fat libraries for armv7 and i386 (simulator): | ||
|
||
./build-ffmpeg.sh armv7 i386 | ||
|
||
* To build fat libraries from separately built thin libraries: | ||
|
||
./build-ffmpeg.sh lipo |