File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
scratch *
2
2
thin *
3
3
fat *
4
+ FFmpeg- *
5
+ .DS_Store
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 apps.
7
7
8
8
Tested with:
9
9
10
- * FFmpeg 2.8
11
- * Xcode 7 beta
10
+ * FFmpeg 2.8.1
11
+ * Xcode 7.1 beta 3
12
12
13
13
## Requirements
14
14
@@ -35,7 +35,7 @@ Tested with:
35
35
36
36
## Download
37
37
38
- You can download a binary for FFmpeg 2.8 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
38
+ You can download a binary for FFmpeg 2.8.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
39
39
40
40
## External libraries
41
41
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# directories
4
- SOURCE=" ffmpeg-2.8"
4
+ SOURCE=" ffmpeg-2.8.1 "
5
5
FAT=" FFmpeg-iOS"
6
6
7
7
SCRATCH=" scratch"
You can’t perform that action at this time.
0 commit comments