Skip to content

Commit f4e6889

Browse files
committed
update 4.3.1
1 parent 73280aa commit f4e6889

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# FFmpeg iOS build script
22

3+
Swift package: https://github.com/kewlbear/FFmpeg-iOS
4+
35
[![Build Status](https://travis-ci.org/kewlbear/FFmpeg-iOS-build-script.svg?branch=master)](https://travis-ci.org/kewlbear/FFmpeg-iOS-build-script)
46

57
This is a shell script to build FFmpeg libraries for iOS and tvOS apps.
68

79
Tested with:
810

9-
* FFmpeg 4.2
10-
* Xcode 10.1
11+
* FFmpeg 4.3.1
12+
* Xcode 12.2
1113

1214
## Requirements
1315

@@ -36,7 +38,7 @@ Use build-ffmpeg-tvos.sh for tvOS.
3638

3739
## Download
3840

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
4042

4143
## External libraries
4244

‎build-ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# directories
4-
FF_VERSION="4.3"
4+
FF_VERSION="4.3.1"
55
#FF_VERSION="snapshot-git"
66
if [[ $FFMPEG_VERSION != "" ]]; then
77
FF_VERSION=$FFMPEG_VERSION

0 commit comments

Comments
 (0)