Skip to content

Commit bcac270

Browse files
committed
update for 4.1
1 parent f6c0d95 commit bcac270

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a shell script to build FFmpeg libraries for iOS and tvOS apps.
66

77
Tested with:
88

9-
* FFmpeg 4.0.3
9+
* FFmpeg 4.1
1010
* Xcode 10.1
1111

1212
## Requirements
@@ -36,7 +36,7 @@ Use build-ffmpeg-tvos.sh for tvOS.
3636

3737
## Download
3838

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
4040

4141
## External libraries
4242

build-ffmpeg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

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

0 commit comments

Comments
 (0)