build and use ffmpeg extension

pointing at my own repo for RNTP to enable extensions in exoplayer
new prepare script needs to be run to build ffmpeg
This commit is contained in:
austinried
2021-09-07 14:40:22 +09:00
parent 721a42f60f
commit 9d58e15b39
5 changed files with 34 additions and 4 deletions

View File

@@ -225,6 +225,7 @@ dependencies {
exclude group:'com.google.android.exoplayer'
}
implementation project(':exoplayer-library-core')
implementation project(':exoplayer-extension-ffmpeg')
compileOnly project(':exoplayer-library-dash')
compileOnly project(':exoplayer-library-hls')
compileOnly project(':exoplayer-library-smoothstreaming')