File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This is a shell script to build FFmpeg libraries for iOS and tvOS apps.
7
7
8
8
Tested with:
9
9
10
- * FFmpeg 3.0
11
- * Xcode 7.2.1
10
+ * FFmpeg 3.1
11
+ * Xcode 7.3
12
12
13
13
## Requirements
14
14
@@ -37,7 +37,7 @@ Use build-ffmpeg-tvos.sh for tvOS.
37
37
38
38
## Download
39
39
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
41
41
42
42
## External libraries
43
43
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# directories
4
- SOURCE=" ffmpeg-2.8 "
4
+ SOURCE=" ffmpeg-3.1 "
5
5
FAT=" FFmpeg-tvOS"
6
6
7
7
SCRATCH=" scratch-tvos"
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# directories
4
- SOURCE=" ffmpeg-3.0 "
4
+ SOURCE=" ffmpeg-3.1 "
5
5
FAT=" FFmpeg-iOS"
6
6
7
7
SCRATCH=" scratch"
@@ -11,7 +11,7 @@ THIN=`pwd`/"thin"
11
11
# absolute path to x264 library
12
12
# X264=`pwd`/fat-x264
13
13
14
- # FDK_AAC=`pwd`/fdk-aac/fdk-aac-ios
14
+ # FDK_AAC=`pwd`/../ fdk-aac-build-script-for-iOS /fdk-aac-ios
15
15
16
16
CONFIGURE_FLAGS=" --enable-cross-compile --disable-debug --disable-programs \
17
17
--disable-doc --enable-pic"
You can’t perform that action at this time.
0 commit comments