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 @@ -6,7 +6,7 @@ This is a shell script to build FFmpeg libraries for iOS and tvOS apps.
6
6
7
7
Tested with:
8
8
9
- * FFmpeg 4.0.3
9
+ * FFmpeg 4.1
10
10
* Xcode 10.1
11
11
12
12
## Requirements
@@ -36,7 +36,7 @@ Use build-ffmpeg-tvos.sh for tvOS.
36
36
37
37
## Download
38
38
39
- You can download a binary for FFmpeg 4.0.3 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
39
+ You can download a binary for FFmpeg 4.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
40
40
41
41
## External libraries
42
42
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# directories
4
- FF_VERSION=" 4.0.3 "
4
+ FF_VERSION=" 4.1 "
5
5
# FF_VERSION="snapshot-git"
6
6
if [[ $FFMPEG_VERSION != " " ]]; then
7
7
FF_VERSION=$FFMPEG_VERSION
You can’t perform that action at this time.
0 commit comments