Skip to content

Commit c8ac050

Browse files
committed
fix wrong lib name:freetype
1 parent 59bd524 commit c8ac050

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

install-pre-any.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ FFMPEG_TAG='ffmpeg-5.1.4-231128092946'
3232

3333
FREETYPE_TAG='freetype-2.13.2-231229172708'
3434
UNIBREAK_TAG='unibreak-5.1-231229171455'
35+
HARFBUZZ_TAG=''
36+
FRIBIDI_TAG=''
37+
ASS_TAG=''
3538
#----------------------------------------------------------
3639

3740
set -e
@@ -100,6 +103,18 @@ if [[ "$PLAT" == 'ios' || "$PLAT" == 'macos' || "$PLAT" == 'all' ]]; then
100103
'dav1d')
101104
TAG=$DAV1D_TAG
102105
;;
106+
'freetype')
107+
TAG=$FREETYPE_TAG
108+
;;
109+
'harfbuzz')
110+
TAG=$HARFBUZZ_TAG
111+
;;
112+
'fribidi')
113+
TAG=$FRIBIDI_TAG
114+
;;
115+
'unibreak')
116+
TAG=$UNIBREAK_TAG
117+
;;
103118
*)
104119
echo "wrong lib name:$lib"
105120
usage

0 commit comments

Comments
 (0)