@@ -8,12 +8,12 @@ At present MRFFToolChain contained `ass、bluray、dav1d、dvdread、ffmpeg、fr
88
99## Supported Plat
1010
11- | Plat | Arch |
12- | ----- | -------------------------------------- |
13- | iOS | arm64、arm64_simulator、x86_64_simulator |
14- | tvOS | arm64、arm64_simulator、x86_64_simulator |
15- | macOS | arm64、x86_64 |
16- | Android | arm64、armv7a、x86_64、x86 |
11+ | platform | architectures | minimum deployment target |
12+ | ----- | -------------------------------------- | ----- |
13+ | iOS | arm64、arm64_simulator、x86_64_simulator | 11.0 |
14+ | tvOS | arm64、arm64_simulator、x86_64_simulator | 12.0 |
15+ | macOS | arm64、x86_64 | 10.11 |
16+ | Android | arm64、armv7a、x86_64、x86 | 21 |
1717
1818## News
1919
@@ -54,28 +54,15 @@ Tips:
5454│ ├── ffconfig #FFmpeg功能裁剪选项
5555│ ├── libs #三方库具体配置,包括库名,git仓库地址等信息
5656│ └── meson-crossfiles
57- ├── do-compile #三方库编译具体过程
58- │ ├── any.sh #三方库编译通用过程
59- │ ├── ass.sh
60- │ ├── bluray.sh
61- │ ├── dav1d.sh
62- │ ├── dvdread.sh
63- │ ├── ffmpeg.sh
64- │ ├── freetype.sh
65- │ ├── fribidi.sh
66- │ ├── harfbuzz.sh
67- │ ├── libyuv.sh
68- │ ├── main.sh #三方库编译入口
69- │ ├── openssl.sh
70- │ ├── opus.sh
71- │ ├── smb2.sh
72- │ ├── uavs3d.sh
73- │ └── unibreak.sh
74- ├── do-init #初始化三方库仓库
57+ ├── do-compile #三方库编译过程
58+ │ ├── android #安卓平台
59+ │ └── apple #苹果平台
60+ ├── do-init #初始化三方库仓库
7561│ ├── copy-local-repo.sh
7662│ ├── init-repo.sh
7763│ └── main.sh
7864├── do-install #下载安装预编译的三方库
65+ │ ├── download-uncompress.sh
7966│ ├── install-pre-lib.sh
8067│ ├── install-pre-xcf.sh
8168│ └── main.sh
@@ -86,11 +73,22 @@ Tips:
8673│ ├── ffmpeg-n4.0
8774│ ├── ffmpeg-n5.1
8875│ ├── ffmpeg-n6.1
89- │ └── ffmpeg-release-5.1
90- └── tools
91- ├── env_assert.sh
92- ├── export-plat-env.sh
93- └── ios.toolchain.cmake
76+ │ ├── ffmpeg-release-5.1
77+ │ ├── smb2
78+ │ ├── smb2-4.0.0
79+ │ ├── uavs3d
80+ │ └── yuv
81+ └── tools #通用工具方法
82+ ├── export-android-build-env.sh
83+ ├── export-android-host-env.sh
84+ ├── export-android-pkg-config-dir.sh
85+ ├── export-apple-build-env.sh
86+ ├── export-apple-host-env.sh
87+ ├── export-apple-pkg-config-dir.sh
88+ ├── gas-preprocessor.pl
89+ ├── ios.toolchain.cmake
90+ ├── parse-arguments.sh
91+ └── prepare-build-workspace.sh
9492```
9593
9694## Download/Install Pre-compiled libs
0 commit comments