24
24
# 当发布新版本库时,修改对应的 TAG 值
25
25
# ----------------------------------------------------------
26
26
LIBYUV_TAG=' libyuv-main-231127113441'
27
- OPUS_TAG=' opus-1.4-231127183709 '
28
- MAC_BLURAY_TAG=' bluray-1.3.4-240528173418 '
29
- DAV1D_TAG=' dav1d-1.3.0-231127183948 '
30
- OPENSSL_TAG=' openssl-1.1.1w-231127183927 '
31
- DVDREAD_TAG=' dvdread-6.1.3-240108102425 '
27
+ OPUS_TAG=' opus-1.4-240605102127 '
28
+ MAC_BLURAY_TAG=' bluray-1.3.4-240605103055 '
29
+ DAV1D_TAG=' dav1d-1.3.0-240605103034 '
30
+ OPENSSL_TAG=' openssl-1.1.1w-240605103006 '
31
+ DVDREAD_TAG=' dvdread-6.1.3-240605103023 '
32
32
FREETYPE_TAG=' freetype-2.13.2-240320173506'
33
33
UNIBREAK_TAG=' unibreak-5.1-240604145913'
34
34
FRIBIDI_TAG=' fribidi-1.0.13-240320172504'
@@ -48,13 +48,7 @@ cd "$THIS_DIR"
48
48
function install_lib ()
49
49
{
50
50
local plat=$1
51
-
52
- if [[ " $plat " == ' ios' || " $plat " == ' macos' ]]; then
53
- ./tools/install-pre-lib.sh " $plat " " $TAG "
54
- else
55
- ./tools/install-pre-lib.sh ' ios' " $TAG "
56
- ./tools/install-pre-lib.sh ' macos' " $TAG "
57
- fi
51
+ ./tools/install-pre-lib.sh " $plat " " $TAG "
58
52
}
59
53
60
54
function usage() {
@@ -68,7 +62,7 @@ if [[ -z "$LIBS" || "$LIBS" == "all" ]]; then
68
62
LIBS=$( ls init-cfgs)
69
63
fi
70
64
71
- if [[ " $PLAT " == ' ios' || " $PLAT " == ' macos' || " $PLAT " == ' all' ]]; then
65
+ if [[ " $PLAT " == ' ios' || " $PLAT " == ' macos' || " $PLAT " == ' tvos ' || " $PLAT " == ' all' ]]; then
72
66
for lib in $LIBS
73
67
do
74
68
plat=$PLAT
0 commit comments