File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 23
23
# ----------------------------------------------------------
24
24
# 当发布新版本库时,修改对应的 TAG 值
25
25
# ----------------------------------------------------------
26
- UNIBREAK_TAG=' unibreak-5.1-240604135117'
27
- OPUS_TAG=' '
28
- MAC_BLURAY_TAG=' '
29
- DAV1D_TAG=' '
30
- OPENSSL_TAG=' '
31
- DVDREAD_TAG=' '
32
- FREETYPE_TAG=' '
33
- FRIBIDI_TAG=' '
34
- HARFBUZZ_TAG=' '
35
- ASS_TAG=' '
36
- FFMPEG_TAG=' '
26
+ OPUS_TAG=' opus-1.4-240613155640'
27
+ DAV1D_TAG=' dav1d-1.3.0-240613162104'
28
+ OPENSSL_TAG=' openssl-1.1.1w-240613155307'
29
+ DVDREAD_TAG=' dvdread-6.1.3-240613162057'
30
+ FREETYPE_TAG=' freetype-2.13.2-240613162051'
31
+ UNIBREAK_TAG=' unibreak-5.1-240613162028'
32
+ FRIBIDI_TAG=' fribidi-1.0.13-240613162046'
33
+ HARFBUZZ_TAG=' harfbuzz-8.3.0-240613170910'
34
+ ASS_TAG=' ass-0.17.1-240613173921'
35
+ FFMPEG_TAG=' ffmpeg-5.1.4-240613175211'
37
36
# ----------------------------------------------------------
38
37
39
38
set -e
67
66
' ffmpeg' )
68
67
TAG=$FFMPEG_TAG
69
68
;;
70
- ' libyuv' )
71
- TAG=$LIBYUV_TAG
72
- ;;
73
69
' openssl' )
74
70
TAG=$OPENSSL_TAG
75
71
;;
76
72
' opus' )
77
73
TAG=$OPUS_TAG
78
74
;;
79
75
' bluray' )
80
- TAG=$MAC_BLURAY_TAG
76
+ TAG=
81
77
;;
82
78
' dav1d' )
83
79
TAG=$DAV1D_TAG
You can’t perform that action at this time.
0 commit comments