File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ DAV1D_TAG='dav1d-1.3.0-231127183948'
30
30
OPENSSL_TAG=' openssl-1.1.1w-231127183927'
31
31
DVDREAD_TAG=' dvdread-6.1.3-240108102425'
32
32
FFMPEG_TAG=' ffmpeg-5.1.4-240123163221'
33
+
34
+ FREETYPE_TAG=' freetype-2.13.2-231229172708'
35
+ UNIBREAK_TAG=' unibreak-5.1-231229171455'
36
+ HARFBUZZ_TAG=' '
37
+ FRIBIDI_TAG=' '
38
+ ASS_TAG=' '
33
39
# ----------------------------------------------------------
34
40
35
41
set -e
@@ -55,7 +61,7 @@ function install_lib ()
55
61
function usage() {
56
62
echo " === useage ===================="
57
63
echo " Download pre-compiled libs from github:"
58
- echo " $0 [ios,macos,all] [all|ffmpeg|libyuv|openssl|opus|bluray|dav1d|dvdread ]"
64
+ echo " $0 [ios,macos,all] [all|ffmpeg|libyuv|openssl|opus|bluray|dav1d|freetype|fribidi|harfbuzz|ass ]"
59
65
exit 1
60
66
}
61
67
@@ -101,6 +107,21 @@ if [[ "$PLAT" == 'ios' || "$PLAT" == 'macos' || "$PLAT" == 'all' ]]; then
101
107
' dvdread' )
102
108
TAG=$DVDREAD_TAG
103
109
;;
110
+ ' freetype' )
111
+ TAG=$FREETYPE_TAG
112
+ ;;
113
+ ' harfbuzz' )
114
+ TAG=$HARFBUZZ_TAG
115
+ ;;
116
+ ' fribidi' )
117
+ TAG=$FRIBIDI_TAG
118
+ ;;
119
+ ' unibreak' )
120
+ TAG=$UNIBREAK_TAG
121
+ ;;
122
+ ' ass' )
123
+ TAG=$ASS_TAG
124
+ ;;
104
125
* )
105
126
echo " wrong lib name:$lib "
106
127
usage
You can’t perform that action at this time.
0 commit comments