File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This is a shell script to build FFmpeg libraries for iOS and tvOS apps.
7
7
8
8
Tested with:
9
9
10
- * FFmpeg 2.8.5
10
+ * FFmpeg 2.8.6
11
11
* Xcode 7.2
12
12
13
13
## Requirements
@@ -37,7 +37,7 @@ Use build-ffmpeg-tvos.sh for tvOS.
37
37
38
38
## Download
39
39
40
- You can download a binary for FFmpeg 2.8.5 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
40
+ You can download a binary for FFmpeg 2.8.6 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
41
41
42
42
## External libraries
43
43
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# directories
4
- SOURCE=" ffmpeg-2.8.5 "
4
+ SOURCE=" ffmpeg-2.8.6 "
5
5
FAT=" FFmpeg-iOS"
6
6
7
7
SCRATCH=" scratch"
You can’t perform that action at this time.
0 commit comments