Skip to content

Commit ee73372

Browse files
committed
fix build xml2 error
1 parent 3b30eb8 commit ee73372

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

do-compile/apple/xml2.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
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

2322
if [[ "$MR_DEBUG" == "debug" ]];then
2423
export MR_OTHER_CFLAGS="${MR_OTHER_CFLAGS} -g"

0 commit comments

Comments
 (0)