Skip to content

Commit d8ffb00

Browse files
author
안창범
committed
update for 2.8.1
1 parent 38baf41 commit d8ffb00

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
scratch*
22
thin*
33
fat*
4+
FFmpeg-*
5+
.DS_Store

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This is a shell script to build FFmpeg libraries for iOS apps.
77

88
Tested with:
99

10-
* FFmpeg 2.8
11-
* Xcode 7 beta
10+
* FFmpeg 2.8.1
11+
* Xcode 7.1 beta 3
1212

1313
## Requirements
1414

@@ -35,7 +35,7 @@ Tested with:
3535

3636
## Download
3737

38-
You can download a binary for FFmpeg 2.8 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
38+
You can download a binary for FFmpeg 2.8.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
3939

4040
## External libraries
4141

‎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-
SOURCE="ffmpeg-2.8"
4+
SOURCE="ffmpeg-2.8.1"
55
FAT="FFmpeg-iOS"
66

77
SCRATCH="scratch"

0 commit comments

Comments
 (0)