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
2626## Denpendency
2727
2828- Fontconfig: xml2,freetype,png
29+ - Bluray: xml2
2930- Harfbuzz: freetype
3031- Ass for Appple: harfbuzz,fribidi,unibreak
3132- Ass for Android: harfbuzz,fribidi,unibreak,fontconfig
@@ -174,6 +175,7 @@ Tips:
174175| libyuv | https://github.com/debugly/libyuv.git | stable-eb6e7bb | export GIT_YUV_UPSTREAM=git@xx: yy /yuv.git |
175176| soundtouch | https://codeberg.org/soundtouch/soundtouch.git | 2.3.3 | export GIT_SOUNDTOUCH_UPSTREAM=git@xx: yy /soundtouch.git |
176177| 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 |
177179
178180## Tips
179181
Original file line number Diff line number Diff line change 1818# https://gitlab.gnome.org/GNOME/libxml2/-/issues/774#note_2174500
1919# ./cmake-compatible.sh "-DBUILD_SHARED_LIBS=0 -DLIBXML2_WITH_PROGRAMS=0 -DLIBXML2_WITH_ZLIB=1 -DLIBXML2_WITH_PYTHON=0 -DLIBXML2_WITH_ICONV=1"
2020
21- cd $MR_BUILD_SOURCE
2221
2322if [[ " $MR_DEBUG " == " debug" ]]; then
2423 export MR_OTHER_CFLAGS=" ${MR_OTHER_CFLAGS} -g"
You can’t perform that action at this time.
0 commit comments