We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b61d73 commit f4c52caCopy full SHA for f4c52ca
2 files changed
README.md
@@ -7,8 +7,8 @@ This is a shell script to build FFmpeg libraries for iOS and tvOS apps.
7
8
Tested with:
9
10
-* FFmpeg 2.8.1
11
-* Xcode 7.1
+* FFmpeg 2.8.2
+* Xcode 7.1.1
12
13
## Requirements
14
@@ -37,7 +37,7 @@ Use build-ffmpeg-tvos.sh for tvOS.
37
38
## Download
39
40
-You can download a binary for FFmpeg 2.8.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
+You can download a binary for FFmpeg 2.8.2 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
41
42
## External libraries
43
build-ffmpeg.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
# directories
4
-SOURCE="ffmpeg-2.8.1"
+SOURCE="ffmpeg-2.8.2"
5
FAT="FFmpeg-iOS"
6
SCRATCH="scratch"
0 commit comments