feat(android): frame-accurate libass pipeline + optimized native core

This commit is contained in:
edde746
2026-06-12 01:45:19 +02:00
parent 7ec1c2ebdc
commit 1adb89c6b3
30 changed files with 3663 additions and 51 deletions
+4
View File
@@ -19,7 +19,11 @@ pluginManagement {
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
}
include(":app")
// libass subtitle module (Kotlin/JNI bindings + Media3 glue); the native libass
// core stays the upstream Maven artifact io.github.peerless2012:ass.
include(":libass")