Add lib-decoder-ffmpeg to app:phone
I cannot get the androidx.media3 ffmpeg decoder to compile nicely to upload it to maven central. So for now the prebuilt aar stays in this repo.
This commit is contained in:
parent
85001be42b
commit
879f41b7b7
2 changed files with 2 additions and 0 deletions
|
@ -107,4 +107,6 @@ dependencies {
|
|||
compileOnly(libs.libmpv)
|
||||
implementation(libs.material)
|
||||
implementation(libs.timber)
|
||||
|
||||
implementation(rootProject.files("libs/lib-decoder-ffmpeg-release.aar"))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue