File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 25
25
# ----------------------------------------------------------
26
26
LIBYUV_TAG=' libyuv-main-231127113441'
27
27
OPUS_TAG=' opus-1.4-231127183709'
28
- MAC_BLURAY_TAG=' bluray-1.3.4-231127183939 '
28
+ MAC_BLURAY_TAG=' bluray-1.3.4-240108102853 '
29
29
DAV1D_TAG=' dav1d-1.3.0-231127183948'
30
30
OPENSSL_TAG=' openssl-1.1.1w-231127183927'
31
+ DVDREAD_TAG=' dvdread-6.1.3-240108102425'
31
32
FFMPEG_TAG=' ffmpeg-5.1.4-231128092946'
32
33
33
34
FREETYPE_TAG=' freetype-2.13.2-231229172708'
@@ -61,7 +62,7 @@ function usage() {
61
62
echo " === useage ===================="
62
63
echo " Download pre-compiled libs from github:"
63
64
echo " $0 [ios,macos,all] [all|ffmpeg|libyuv|openssl|opus|bluray|dav1d]"
64
- exit
65
+ exit 1
65
66
}
66
67
67
68
if [[ -z " $LIBS " || " $LIBS " == " all" ]]; then
@@ -115,6 +116,9 @@ if [[ "$PLAT" == 'ios' || "$PLAT" == 'macos' || "$PLAT" == 'all' ]]; then
115
116
' unibreak' )
116
117
TAG=$UNIBREAK_TAG
117
118
;;
119
+ ' dvdread' )
120
+ TAG=$DVDREAD_TAG
121
+ ;;
118
122
* )
119
123
echo " wrong lib name:$lib "
120
124
usage
You can’t perform that action at this time.
0 commit comments