File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# FFmpeg-iOS-build-script
22iOS平台编译FFmpeg的脚本,可能包含多个FFmpeg版本,不同版本可能支持不同的第三方库等。</br >
3- PS:需要在Xcode 10.1以上,MacOS 10.15以下版本编译;
43
54## FFpmeg 3.4.2:
65支持x264、fdk-aac、freetype字库、opencore-amr,封板代码进行了裁减。</br >
@@ -16,9 +15,10 @@ PS:需要在Xcode 10.1以上,MacOS 10.15以下版本编译;
1615### 编译
1716 - FFmpeg一键编译</br >
1817 ` ./build-ffmpeg-iOS.sh `
18+
1919 >` #需注意Mac和Xcode版本 `
2020 - FFmpeg单平台编译</br >
21- 编译arm64平台、SDK Min Version 8.0的所有第三方的ffmpeg库:</br >
22- ` ./build-ffmpeg-iOS.sh arm64 8.0 all ` </br >
23- 编译x86平台、SDK Min Version 8.0的带x264的ffmpeg库:</br >
24- ` ./build-ffmpeg-iOS.sh x86 8.0 x264 yes ` </br >
21+ 编译arm64平台、SDK Min Version 8.0的所有第三方的ffmpeg库:</br >
22+ ` ./build-ffmpeg-iOS.sh arm64 8.0 all ` </br >
23+ 编译x86平台、SDK Min Version 8.0的带x264的ffmpeg库:</br >
24+ ` ./build-ffmpeg-iOS.sh x86 8.0 x264 yes ` </br >
You can’t perform that action at this time.
0 commit comments