Skip to content

Commit 849ecfe

Browse files
committed
update pre compile lib version
1 parent 40c6b29 commit 849ecfe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

install-pre-any.sh

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
#----------------------------------------------------------
2626
LIBYUV_TAG='libyuv-main-231127113441'
2727
OPUS_TAG='opus-1.4-231127183709'
28-
MAC_BLURAY_TAG='bluray-1.3.4-231127183939'
28+
MAC_BLURAY_TAG='bluray-1.3.4-240108102853'
2929
DAV1D_TAG='dav1d-1.3.0-231127183948'
3030
OPENSSL_TAG='openssl-1.1.1w-231127183927'
31+
DVDREAD_TAG='dvdread-6.1.3-240108102425'
3132
FFMPEG_TAG='ffmpeg-5.1.4-231128092946'
3233

3334
FREETYPE_TAG='freetype-2.13.2-231229172708'
@@ -61,7 +62,7 @@ function usage() {
6162
echo "=== useage ===================="
6263
echo "Download pre-compiled libs from github:"
6364
echo " $0 [ios,macos,all] [all|ffmpeg|libyuv|openssl|opus|bluray|dav1d]"
64-
exit
65+
exit 1
6566
}
6667

6768
if [[ -z "$LIBS" || "$LIBS" == "all" ]]; then
@@ -115,6 +116,9 @@ if [[ "$PLAT" == 'ios' || "$PLAT" == 'macos' || "$PLAT" == 'all' ]]; then
115116
'unibreak')
116117
TAG=$UNIBREAK_TAG
117118
;;
119+
'dvdread')
120+
TAG=$DVDREAD_TAG
121+
;;
118122
*)
119123
echo "wrong lib name:$lib"
120124
usage

0 commit comments

Comments
 (0)