Skip to content

Commit 8250420

Browse files
committed
update harfbuzz
1 parent 85ec1c0 commit 8250420

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ At present MRFFToolChain contained `ass、bluray、dav1d、dvdread、ffmpeg、fr
1414
| macOS | arm64、x86_64 |
1515
| tvOS | arm64、arm64_simulator、x86_64_simulator |
1616

17+
## Denpendency
18+
19+
Harfbuzz: freetype
20+
Ass: harfbuzz fribidi unibreak
21+
FFmpeg: openssl,opus,dav1d,dvdread
22+
23+
Tips:
24+
25+
```
26+
1、FFmpeg is not denpendent on Ass.
27+
2、ijkplayer is denpendent on FFmpeg and Ass.
28+
3、when install pre-compiled lib, will containes it's denpendencies.
29+
```
30+
1731
## Folder structure
1832

1933
```

install-pre-any.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LIBYUV_TAG='libyuv-main-231127113441'
2727
FREETYPE_TAG='freetype-2.13.2-240624160513'
2828
UNIBREAK_TAG='unibreak-5.1-240624161405'
2929
FRIBIDI_TAG='fribidi-1.0.13-240624160528'
30-
HARFBUZZ_TAG='harfbuzz-8.3.0-240613170910'
30+
HARFBUZZ_TAG='harfbuzz-8.3.0-240624162032'
3131
ASS_TAG='ass-0.17.1-240613173921'
3232

3333
OPUS_TAG='opus-1.4-240624161050'

0 commit comments

Comments
 (0)