mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Bump dependency versions (#645)
## Description Bumps various third-party dependency versions
This commit is contained in:
parent
6c7a703b98
commit
79c614218d
3 changed files with 12 additions and 9 deletions
|
|
@ -6,7 +6,10 @@ This scripts are adapted from https://github.com/mpv-android/mpv-android/tree/ae
|
|||
|
||||
```bash
|
||||
cd scripts/mpv
|
||||
./get_dependencies
|
||||
./get_dependencies.sh
|
||||
|
||||
# Install build dependencies
|
||||
pip install meson jsonschema
|
||||
|
||||
export NDK_PATH=... # Such as ~/Library/Android/sdk/ndk/29.0.14206865
|
||||
# Build arm64
|
||||
|
|
|
|||
|
|
@ -22,17 +22,17 @@ function clone(){
|
|||
fi
|
||||
}
|
||||
|
||||
clone "https://github.com/videolan/dav1d" "1.5.2" dav1d
|
||||
clone "https://github.com/videolan/dav1d" "1.5.3" dav1d
|
||||
|
||||
clone "https://github.com/FFmpeg/FFmpeg" "n8.0" ffmpeg
|
||||
|
||||
clone "https://gitlab.freedesktop.org/freetype/freetype.git" "VER-2-14-1" freetype2 --recurse-submodules
|
||||
|
||||
clone "https://github.com/libass/libass" "master" libass
|
||||
clone "https://github.com/libass/libass" "0.17.4" libass
|
||||
|
||||
clone "https://github.com/haasn/libplacebo" "master" libplacebo --recurse-submodules
|
||||
clone "https://github.com/haasn/libplacebo" "v7.351.0" libplacebo --recurse-submodules
|
||||
|
||||
clone "https://github.com/mpv-player/mpv" "master" mpv
|
||||
clone "https://github.com/mpv-player/mpv" "v0.41.0" mpv
|
||||
|
||||
if [[ ! -d mbedtls ]]; then
|
||||
mkdir mbedtls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue