File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# FFmpeg iOS build script
2
2
3
+ Swift package: https://github.com/kewlbear/FFmpeg-iOS
4
+
3
5
[ ![ Build Status] ( https://travis-ci.org/kewlbear/FFmpeg-iOS-build-script.svg?branch=master )] ( https://travis-ci.org/kewlbear/FFmpeg-iOS-build-script )
4
6
5
7
This is a shell script to build FFmpeg libraries for iOS and tvOS apps.
6
8
7
9
Tested with:
8
10
9
- * FFmpeg 4.2
10
- * Xcode 10.1
11
+ * FFmpeg 4.3.1
12
+ * Xcode 12.2
11
13
12
14
## Requirements
13
15
@@ -36,7 +38,7 @@ Use build-ffmpeg-tvos.sh for tvOS.
36
38
37
39
## Download
38
40
39
- You can download a binary for FFmpeg 4.2 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
41
+ You can download a binary for FFmpeg 4.3.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
40
42
41
43
## External libraries
42
44
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# directories
4
- FF_VERSION=" 4.3"
4
+ FF_VERSION=" 4.3.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