Skip to content

Commit df4d5ee

Browse files
committed
updated for 2.5.1
1 parent 73523a6 commit df4d5ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a shell script to build FFmpeg libraries for iOS apps.
66

77
Tested with:
88

9-
* FFmpeg 2.5
9+
* FFmpeg 2.5.1
1010
* Xcode 6
1111

1212
## Requirements
@@ -34,7 +34,7 @@ Tested with:
3434

3535
## Download
3636

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

3939
## External libraries
4040

build-ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# directories
4-
SOURCE="ffmpeg-2.5"
4+
SOURCE="ffmpeg-2.5.1"
55
FAT="FFmpeg-iOS"
66

77
SCRATCH="scratch"

0 commit comments

Comments
 (0)