Skip to content

Commit

Permalink
update 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Nov 25, 2020
1 parent 73280aa commit f4e6889
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# FFmpeg iOS build script

Swift package: https://github.com/kewlbear/FFmpeg-iOS

[![Build Status](https://travis-ci.org/kewlbear/FFmpeg-iOS-build-script.svg?branch=master)](https://travis-ci.org/kewlbear/FFmpeg-iOS-build-script)

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

Tested with:

* FFmpeg 4.2
* Xcode 10.1
* FFmpeg 4.3.1
* Xcode 12.2

## Requirements

Expand Down Expand Up @@ -36,7 +38,7 @@ Use build-ffmpeg-tvos.sh for tvOS.

## Download

You can download a binary for FFmpeg 4.2 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
You can download a binary for FFmpeg 4.3.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2

## External libraries

Expand Down
2 changes: 1 addition & 1 deletion build-ffmpeg.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# directories
FF_VERSION="4.3"
FF_VERSION="4.3.1"
#FF_VERSION="snapshot-git"
if [[ $FFMPEG_VERSION != "" ]]; then
FF_VERSION=$FFMPEG_VERSION
Expand Down

0 comments on commit f4e6889

Please sign in to comment.