Skip to content

Commit

Permalink
updated for 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Feb 16, 2015
1 parent 8f57a6b commit f09296c
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.5.3
* FFmpeg 2.5.4
* Xcode 6

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

## Download

You can download a binary for FFmpeg 2.5.3 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
You can download a binary for FFmpeg 2.5.4 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.5.3"
SOURCE="ffmpeg-2.5.4"
FAT="FFmpeg-iOS"

SCRATCH="scratch"
Expand Down

0 comments on commit f09296c

Please sign in to comment.