We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bd524 commit c8ac050Copy full SHA for c8ac050
install-pre-any.sh
@@ -32,6 +32,9 @@ FFMPEG_TAG='ffmpeg-5.1.4-231128092946'
32
33
FREETYPE_TAG='freetype-2.13.2-231229172708'
34
UNIBREAK_TAG='unibreak-5.1-231229171455'
35
+HARFBUZZ_TAG=''
36
+FRIBIDI_TAG=''
37
+ASS_TAG=''
38
#----------------------------------------------------------
39
40
set -e
@@ -100,6 +103,18 @@ if [[ "$PLAT" == 'ios' || "$PLAT" == 'macos' || "$PLAT" == 'all' ]]; then
100
103
'dav1d')
101
104
TAG=$DAV1D_TAG
102
105
;;
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
118
*)
119
echo "wrong lib name:$lib"
120
usage
0 commit comments