Skip to content

Commit 549d74d

Browse files
committed
update readme
1 parent dcc74d5 commit 549d74d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ At present MRFFToolChain contained `ass、bluray、dav1d、dvdread、ffmpeg、fr
1313
| iOS | arm64、arm64_simulator、x86_64_simulator |
1414
| tvOS | arm64、arm64_simulator、x86_64_simulator |
1515
| macOS | arm64、x86_64 |
16+
| Android | arm64、armv7a、x86_64、x86 |
1617

1718
## News
1819

20+
- actively working to port all of apple to android
1921
- upgrade all libs to lastest,Improved optimizations
2022
- using macOS 14, remove bitcode support
2123

@@ -103,6 +105,7 @@ Tips:
103105
./main.sh install -p macos -l ffmpeg
104106
./main.sh install -p ios -l 'ass ffmpeg'
105107
./main.sh install -p tvos -l all
108+
./main.sh install -p android -l all
106109
```
107110

108111
## Compile by yourself
@@ -123,8 +126,10 @@ Tips:
123126
./main.sh init -p ios -l all -a x86_64_simulator
124127
#准备 macOS 平台源码所有库的源码
125128
./main.sh init -p macos -l all
126-
#准备 ios 平台的某些库的源码
129+
#准备 iOS 平台的某些库的源码
127130
./main.sh init -p ios -l "openssl ffmpeg"
131+
#准备 Android 平台的某些库的源码
132+
./main.sh init -p anroid -l "openssl ffmpeg"
128133
```
129134

130135
### Compile

0 commit comments

Comments
 (0)