Skip to content

Commit

Permalink
updated for 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Dec 4, 2014
1 parent ba99235 commit 73523a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a shell script to build FFmpeg libraries for iOS apps.

Tested with:

* FFmpeg 2.4.4
* FFmpeg 2.5
* Xcode 6

## Requirements
Expand Down Expand Up @@ -34,7 +34,7 @@ Tested with:

## Download

You can download a binary for FFmpeg 2.4.4 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
You can download a binary for FFmpeg 2.5 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2

## External libraries

Expand Down
2 changes: 1 addition & 1 deletion build-ffmpeg.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# directories
SOURCE="ffmpeg-2.4.4"
SOURCE="ffmpeg-2.5"
FAT="FFmpeg-iOS"

SCRATCH="scratch"
Expand Down

0 comments on commit 73523a6

Please sign in to comment.