Skip to content

Commit c517517

Browse files
chore: update ffmpeg and mbedtls
ffmpeg 7.0.2 -> 7.1 mbedtls 3.5.2 -> 3.6.1
1 parent 3f29fc7 commit c517517

4 files changed

+4
-110
lines changed

buildscripts/include/depinfo.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ v_libass=0.17.3
1111
v_harfbuzz=10.0.1
1212
v_fribidi=1.0.16
1313
v_freetype=2-13-3
14-
v_mbedtls=3.5.2
14+
v_mbedtls=3.6.1
1515
v_libplacebo=7.349.0
1616
v_dav1d=1.4.3
17-
v_ffmpeg=7.0.2
17+
v_ffmpeg=7.1
1818
v_mpv=0.39.0
1919

2020

buildscripts/include/download-deps.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
mkdir -p deps && cd deps
88

99
# mbedtls
10-
[ ! -d mbedtls ] && git clone --depth 1 --branch v$v_mbedtls https://github.com/Mbed-TLS/mbedtls.git mbedtls
10+
[ ! -d mbedtls ] && git clone --depth 1 --branch v$v_mbedtls --recurse-submodules https://github.com/Mbed-TLS/mbedtls.git mbedtls
1111

1212
# dav1d
1313
[ ! -d dav1d ] && git clone --depth 1 --branch $v_dav1d https://code.videolan.org/videolan/dav1d.git dav1d
@@ -34,7 +34,7 @@ if [ ! -d lua ]; then
3434
tar -xz -C lua --strip-components=1
3535
fi
3636

37-
[ ! -d libplacebo ] && git clone --depth 1 --branch v$v_libplacebo --recursive https://code.videolan.org/videolan/libplacebo.git libplacebo
37+
[ ! -d libplacebo ] && git clone --depth 1 --branch v$v_libplacebo --recurse-submodules https://code.videolan.org/videolan/libplacebo.git libplacebo
3838

3939
# mpv
4040
[ ! -d mpv ] && git clone --depth 1 --branch v$v_mpv https://github.com/mpv-player/mpv.git mpv

buildscripts/patches/ffmpeg/FFmpeg-devel-v2-avcodec-mediacodecdec-call-MediaCodec.stop-on-close.diff

-43
This file was deleted.

buildscripts/patches/mbedtls/mbedtls_fix_x86_compilation.patch

-63
This file was deleted.

0 commit comments

Comments
 (0)