Feat: replace custom ffmpeg with jellyfin maven build
This commit is contained in:
@@ -72,8 +72,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation files('../libs/lib-decoder-ffmpeg-release.aar')
|
||||
|
||||
// AndroidX
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
|
||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0'
|
||||
@@ -108,4 +106,7 @@ dependencies {
|
||||
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:5.3.2'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:3.0.0'
|
||||
|
||||
// Jellyfin
|
||||
implementation 'org.jellyfin.media3:media3-ffmpeg-decoder:1.8.0+1'
|
||||
}
|
||||
Reference in New Issue
Block a user