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:
Jarne Demeulemeester 2023-01-21 17:05:36 +01:00
parent 85001be42b
commit 879f41b7b7
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2
2 changed files with 2 additions and 0 deletions

View file

@ -107,4 +107,6 @@ dependencies {
compileOnly(libs.libmpv) compileOnly(libs.libmpv)
implementation(libs.material) implementation(libs.material)
implementation(libs.timber) implementation(libs.timber)
implementation(rootProject.files("libs/lib-decoder-ffmpeg-release.aar"))
} }