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 11scratch *
22thin *
33fat *
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.
77
88Tested with:
99
10- * FFmpeg 2.8
11- * Xcode 7 beta
10+ * FFmpeg 2.8.1
11+ * Xcode 7.1 beta 3
1212
1313## Requirements
1414
@@ -35,7 +35,7 @@ Tested with:
3535
3636## Download
3737
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
3939
4040## External libraries
4141
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33# directories
4- SOURCE=" ffmpeg-2.8"
4+ SOURCE=" ffmpeg-2.8.1 "
55FAT=" FFmpeg-iOS"
66
77SCRATCH=" scratch"
You can’t perform that action at this time.
0 commit comments