media-kit / media-kit

A cross-platform video player & audio player for Flutter & Dart.
https://github.com/media-kit/media-kit
MIT License
1.14k stars 190 forks source link

How to enable full-xxx.jar #928

Closed chicring closed 1 month ago

chicring commented 2 months ago

media_kit_libs_video How to switch from default-xxx.jar to full-xxx.jar

toutoumu commented 2 months ago

def urlDefaultARM64 = "https://github.com/media-kit/libmpv-android-video-build/releases/download/v1.1.5/full-arm64-v8a.jar" def urlDefaultARMEABI = "https://github.com/media-kit/libmpv-android-video-build/releases/download/v1.1.5/full-armeabi-v7a.jar" def urlDefaultX86_64 = "https://github.com/media-kit/libmpv-android-video-build/releases/download/v1.1.5/full-x86_64.jar" def urlDefaultX86 = "https://github.com/media-kit/libmpv-android-video-build/releases/download/v1.1.5/full-x86.jar"

chicring commented 2 months ago

def urlDefaultARM64 = “ https://github.com/media-kit/libmpv-android-video-build/releases/download/v1.1.5/full-arm64-v8a.jar ” def urlDefaultARMEABI = “ https://github.com/media-kit/libmpv-android-video-build/releases/download/v1.1.5/full-armeabi-v7a.jar ” def urlDefaultX86_64 = “ https://github.com/media-kit/libmpv-android-video-build/releases/download/v1.1.5/full-x86_64.jar ” def urlDefaultX86 = “ https://github.com/media-kit/libmpv-android-video-build/releases/download/v1.1.5/full-x86.jar

thanks

alexmercerind commented 1 month ago

No support. Read the code & figure out.