We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73523a6 commit df4d5eeCopy full SHA for df4d5ee
README.md
@@ -6,7 +6,7 @@ This is a shell script to build FFmpeg libraries for iOS apps.
6
7
Tested with:
8
9
-* FFmpeg 2.5
+* FFmpeg 2.5.1
10
* Xcode 6
11
12
## Requirements
@@ -34,7 +34,7 @@ Tested with:
34
35
## Download
36
37
-You can download a binary for FFmpeg 2.5 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
+You can download a binary for FFmpeg 2.5.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
38
39
## External libraries
40
build-ffmpeg.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
# directories
4
-SOURCE="ffmpeg-2.5"
+SOURCE="ffmpeg-2.5.1"
5
FAT="FFmpeg-iOS"
SCRATCH="scratch"
0 commit comments