File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This is a shell script to build FFmpeg libraries for iOS and tvOS apps.
7
7
8
8
Tested with:
9
9
10
- * FFmpeg 3.1
11
- * Xcode 7.3
10
+ * FFmpeg 3.2
11
+ * Xcode 8
12
12
13
13
## Requirements
14
14
@@ -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 3.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
40
+ You can download a binary for FFmpeg 3.2 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-3.1 "
4
+ SOURCE=" ffmpeg-3.2 "
5
5
FAT=" FFmpeg-iOS"
6
6
7
7
SCRATCH=" scratch"
You can’t perform that action at this time.
0 commit comments