media/extensions
andrewlewis 5d72942a49 Fix VP9 build setup
Update configuration script to use an external build, so we can remove use of
isysroot which is broken in the latest NDK r19c. Also switch from gnustl_static
to c++_static so that ndk-build with NDK r19c succeeds.

Issue: #5922
PiperOrigin-RevId: 250287551
2019-05-31 22:37:25 +01:00
..
cast Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:42:20 +01:00
cronet Add simpler HttpDataSource constructors 2019-05-15 20:03:52 +01:00
ffmpeg Log warnings when extension libraries can't be used 2019-04-26 18:43:58 +01:00
flac Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:42:20 +01:00
gvr Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:42:20 +01:00
ima Add missing annotations dependency 2019-05-31 22:33:06 +01:00
jobdispatcher Remove unnecessary logging 2019-05-02 13:13:59 +01:00
leanback Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:42:20 +01:00
mediasession Add playWhenReady to prepareXyz methods of PlaybackPreparer. 2019-05-31 22:27:30 +01:00
okhttp Add simpler HttpDataSource constructors 2019-05-15 20:03:52 +01:00
opus Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
rtmp Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:42:20 +01:00
vp9 Fix VP9 build setup 2019-05-31 22:37:25 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.