Closed
Description
I just got the FFmpeg extension to build and run successfully by copying the ffmpeg folder into my own project. Is there a way to include extensions without copying and pasting the code from the ExoPlayer project? Ideally, I would have something along the lines of
compile 'com.google.android.exoplayer:exoplayer-extension-ffmpeg:r2.4.0'
in my build.gradle so I don't have to manually update the extension every time there is an update to ExoPlayer.
Activity