Skip to content

Commit 8311767

Browse files
author
Changbeom Ahn
committed
update for 3.2
1 parent 5d7b49e commit 8311767

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

88
Tested with:
99

10-
* FFmpeg 3.1
11-
* Xcode 7.3
10+
* FFmpeg 3.2
11+
* Xcode 8
1212

1313
## Requirements
1414

@@ -37,7 +37,7 @@ Use build-ffmpeg-tvos.sh for tvOS.
3737

3838
## Download
3939

40-
You can download a binary for FFmpeg 3.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
40+
You can download a binary for FFmpeg 3.2 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
4141

4242
## External libraries
4343

build-ffmpeg.sh

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

33
# directories
4-
SOURCE="ffmpeg-3.1"
4+
SOURCE="ffmpeg-3.2"
55
FAT="FFmpeg-iOS"
66

77
SCRATCH="scratch"

0 commit comments

Comments
 (0)