Skip to content

Commit

Permalink
chore: update ffmpeg and mbedtls
Browse files Browse the repository at this point in the history
ffmpeg 7.0.2 -> 7.1
mbedtls 3.5.2 -> 3.6.1
  • Loading branch information
jarnedemeulemeester committed Sep 30, 2024
1 parent 3f29fc7 commit c517517
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 110 deletions.
4 changes: 2 additions & 2 deletions buildscripts/include/depinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ v_libass=0.17.3
v_harfbuzz=10.0.1
v_fribidi=1.0.16
v_freetype=2-13-3
v_mbedtls=3.5.2
v_mbedtls=3.6.1
v_libplacebo=7.349.0
v_dav1d=1.4.3
v_ffmpeg=7.0.2
v_ffmpeg=7.1
v_mpv=0.39.0


Expand Down
4 changes: 2 additions & 2 deletions buildscripts/include/download-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mkdir -p deps && cd deps

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

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

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

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

This file was deleted.

63 changes: 0 additions & 63 deletions buildscripts/patches/mbedtls/mbedtls_fix_x86_compilation.patch

This file was deleted.

0 comments on commit c517517

Please sign in to comment.