Skip to content

Commit

Permalink
Upgrade to ffmpeg-3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ened committed Jul 7, 2016
1 parent 5d7b49e commit 5fb48b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a shell script to build FFmpeg libraries for iOS and tvOS apps.

Tested with:

* FFmpeg 3.1
* FFmpeg 3.1.1
* Xcode 7.3

## Requirements
Expand Down Expand Up @@ -37,7 +37,7 @@ Use build-ffmpeg-tvos.sh for tvOS.

## Download

You can download a binary for FFmpeg 3.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
You can download a binary for FFmpeg 3.1.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-tvos.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# directories
SOURCE="ffmpeg-3.1"
SOURCE="ffmpeg-3.1.1"
FAT="FFmpeg-tvOS"

SCRATCH="scratch-tvos"
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
SOURCE="ffmpeg-3.1"
SOURCE="ffmpeg-3.1.1"
FAT="FFmpeg-iOS"

SCRATCH="scratch"
Expand Down

0 comments on commit 5fb48b4

Please sign in to comment.