File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ At present MRFFToolChain contained `ass、bluray、dav1d、dvdread、ffmpeg、fr
26
26
## Denpendency
27
27
28
28
- Fontconfig: xml2,freetype,png
29
+ - Bluray: xml2
29
30
- Harfbuzz: freetype
30
31
- Ass for Appple: harfbuzz,fribidi,unibreak
31
32
- Ass for Android: harfbuzz,fribidi,unibreak,fontconfig
@@ -174,6 +175,7 @@ Tips:
174
175
| libyuv | https://github.com/debugly/libyuv.git | stable-eb6e7bb | export GIT_YUV_UPSTREAM=git@xx: yy /yuv.git |
175
176
| soundtouch | https://codeberg.org/soundtouch/soundtouch.git | 2.3.3 | export GIT_SOUNDTOUCH_UPSTREAM=git@xx: yy /soundtouch.git |
176
177
| fontconfig | https://gitlab.freedesktop.org/fontconfig/fontconfig.git | 2.16.0 | export GIT_FONTCONFIG_UPSTREAM=git@xx: yy /fontconfig.git |
178
+ | xml2 | https://github.com/GNOME/libxml2.git | 2.13.6 | export GIT_FONTCONFIG_UPSTREAM=git@xx: yy /fontconfig.git |
177
179
178
180
## Tips
179
181
Original file line number Diff line number Diff line change 18
18
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/774#note_2174500
19
19
# ./cmake-compatible.sh "-DBUILD_SHARED_LIBS=0 -DLIBXML2_WITH_PROGRAMS=0 -DLIBXML2_WITH_ZLIB=1 -DLIBXML2_WITH_PYTHON=0 -DLIBXML2_WITH_ICONV=1"
20
20
21
- cd $MR_BUILD_SOURCE
22
21
23
22
if [[ " $MR_DEBUG " == " debug" ]]; then
24
23
export MR_OTHER_CFLAGS=" ${MR_OTHER_CFLAGS} -g"
You can’t perform that action at this time.
0 commit comments