mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
mpv: workaroung before ndk r23 in fdroidserver is fixed
This commit is contained in:
parent
2b4d9370a3
commit
e0b5e27bbd
1 changed files with 5 additions and 3 deletions
|
|
@ -82,8 +82,6 @@ Builds:
|
|||
- mpv@564f3dba56f3b05e913ef7c10604cccd9e7f8d16
|
||||
prebuild:
|
||||
- cd ../buildscripts/
|
||||
- mkdir -p sdk
|
||||
- ln -s $$NDK$$ sdk/android-ndk-r23
|
||||
- mkdir -p deps
|
||||
- pushd deps/
|
||||
- cp -r $$mbedtls$$ mbedtls
|
||||
|
|
@ -104,9 +102,13 @@ Builds:
|
|||
- buildscripts/deps/mbedtls/
|
||||
build:
|
||||
- cd ../buildscripts/
|
||||
- mkdir -p sdk
|
||||
- cd sdk
|
||||
- curl -Lo ndk.zip https://dl.google.com/android/repository/android-ndk-r23-linux.zip
|
||||
- unzip -q ndk.zip
|
||||
- cd ..
|
||||
- ./buildall.sh --arch arm64 mpv
|
||||
- ./buildall.sh
|
||||
ndk: r23
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
|
|
|
|||
Loading…
Reference in a new issue