Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d7b49e

Browse files
author
Changbeom Ahn
committed
update for 3.1
1 parent 85ff9b4 commit 5d7b49e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎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 and tvOS apps.
77

88
Tested with:
99

10-
* FFmpeg 3.0
11-
* Xcode 7.2.1
10+
* FFmpeg 3.1
11+
* Xcode 7.3
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.0 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
40+
You can download a binary for FFmpeg 3.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2
4141

4242
## External libraries
4343

‎build-ffmpeg-tvos.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-3.1"
55
FAT="FFmpeg-tvOS"
66

77
SCRATCH="scratch-tvos"

‎build-ffmpeg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

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

77
SCRATCH="scratch"
@@ -11,7 +11,7 @@ THIN=`pwd`/"thin"
1111
# absolute path to x264 library
1212
#X264=`pwd`/fat-x264
1313

14-
#FDK_AAC=`pwd`/fdk-aac/fdk-aac-ios
14+
#FDK_AAC=`pwd`/../fdk-aac-build-script-for-iOS/fdk-aac-ios
1515

1616
CONFIGURE_FLAGS="--enable-cross-compile --disable-debug --disable-programs \
1717
--disable-doc --enable-pic"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /