From e4a5c07b5fdfb7211d91b3a33aaa1039ee032f04 Mon Sep 17 00:00:00 2001 From: olly Date: Fri, 8 Oct 2021 16:34:13 +0100 Subject: [PATCH] Mechanical README cleanups 2 PiperOrigin-RevId: 401777730 --- extensions/av1/README.md | 4 ++-- extensions/cast/README.md | 5 ++--- extensions/cronet/README.md | 5 ++--- extensions/ffmpeg/README.md | 4 ++-- extensions/flac/README.md | 4 ++-- extensions/ima/README.md | 5 ++--- extensions/leanback/README.md | 5 ++--- extensions/media2/README.md | 5 ++--- extensions/mediasession/README.md | 5 ++--- extensions/okhttp/README.md | 5 ++--- extensions/opus/README.md | 4 ++-- extensions/rtmp/README.md | 5 ++--- extensions/vp9/README.md | 4 ++-- extensions/workmanager/README.md | 5 ++--- library/all/README.md | 2 +- 15 files changed, 29 insertions(+), 38 deletions(-) diff --git a/extensions/av1/README.md b/extensions/av1/README.md index 1dd3ace119..983931b937 100644 --- a/extensions/av1/README.md +++ b/extensions/av1/README.md @@ -13,8 +13,8 @@ more external libraries as described below. These are licensed separately. ## Build instructions (Linux, macOS) -To use this extension you need to clone the ExoPlayer repository and depend on -its modules locally. Instructions for doing this can be found in ExoPlayer's +To use the module you need to clone this GitHub project and depend on its +modules locally. Instructions for doing this can be found in the [top level README][]. In addition, it's necessary to fetch cpu_features library and libgav1 with its diff --git a/extensions/cast/README.md b/extensions/cast/README.md index a93ef38918..2a373d9bd1 100644 --- a/extensions/cast/README.md +++ b/extensions/cast/README.md @@ -18,9 +18,8 @@ implementation 'com.google.android.exoplayer:extension-cast:2.X.X' where `2.X.X` is the version, which must match the version of the other media modules being used. -Alternatively, you can clone the ExoPlayer repository and depend on the module -locally. Instructions for doing this can be found in ExoPlayer's -[top level README][]. +Alternatively, you can clone this GitHub project and depend on the module +locally. Instructions for doing this can be found in the [top level README][]. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md diff --git a/extensions/cronet/README.md b/extensions/cronet/README.md index 9d32be0c44..0496e12dd5 100644 --- a/extensions/cronet/README.md +++ b/extensions/cronet/README.md @@ -25,9 +25,8 @@ implementation 'com.google.android.exoplayer:extension-cronet:2.X.X' where `2.X.X` is the version, which must match the version of the other media modules being used. -Alternatively, you can clone the ExoPlayer repository and depend on the module -locally. Instructions for doing this can be found in ExoPlayer's -[top level README][]. +Alternatively, you can clone this GitHub project and depend on the module +locally. Instructions for doing this can be found in the [top level README][]. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md diff --git a/extensions/ffmpeg/README.md b/extensions/ffmpeg/README.md index 11a178e203..2587657fae 100644 --- a/extensions/ffmpeg/README.md +++ b/extensions/ffmpeg/README.md @@ -13,8 +13,8 @@ more external libraries as described below. These are licensed separately. ## Build instructions (Linux, macOS) -To use this extension you need to clone the ExoPlayer repository and depend on -its modules locally. Instructions for doing this can be found in ExoPlayer's +To use the module you need to clone this GitHub project and depend on its +modules locally. Instructions for doing this can be found in the [top level README][]. The extension is not provided via Google's Maven repository (see [#2781][] for more information). diff --git a/extensions/flac/README.md b/extensions/flac/README.md index ff7ab4f9e4..e8324c034e 100644 --- a/extensions/flac/README.md +++ b/extensions/flac/README.md @@ -13,8 +13,8 @@ more external libraries as described below. These are licensed separately. ## Build instructions (Linux, macOS) -To use this extension you need to clone the ExoPlayer repository and depend on -its modules locally. Instructions for doing this can be found in ExoPlayer's +To use the module you need to clone this GitHub project and depend on its +modules locally. Instructions for doing this can be found in the [top level README][]. In addition, it's necessary to build the extension's native components as diff --git a/extensions/ima/README.md b/extensions/ima/README.md index d93fd8c1d2..873bc4b41a 100644 --- a/extensions/ima/README.md +++ b/extensions/ima/README.md @@ -18,9 +18,8 @@ implementation 'com.google.android.exoplayer:extension-ima:2.X.X' where `2.X.X` is the version, which must match the version of the other media modules being used. -Alternatively, you can clone the ExoPlayer repository and depend on the module -locally. Instructions for doing this can be found in ExoPlayer's -[top level README][]. +Alternatively, you can clone this GitHub project and depend on the module +locally. Instructions for doing this can be found in the [top level README][]. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md diff --git a/extensions/leanback/README.md b/extensions/leanback/README.md index bf777ea659..961d674182 100644 --- a/extensions/leanback/README.md +++ b/extensions/leanback/README.md @@ -17,9 +17,8 @@ implementation 'com.google.android.exoplayer:extension-leanback:2.X.X' where `2.X.X` is the version, which must match the version of the other media modules being used. -Alternatively, you can clone the ExoPlayer repository and depend on the module -locally. Instructions for doing this can be found in ExoPlayer's -[top level README][]. +Alternatively, you can clone this GitHub project and depend on the module +locally. Instructions for doing this can be found in the [top level README][]. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md diff --git a/extensions/media2/README.md b/extensions/media2/README.md index 63b8f549ee..beffaaccb3 100644 --- a/extensions/media2/README.md +++ b/extensions/media2/README.md @@ -17,9 +17,8 @@ implementation 'com.google.android.exoplayer:extension-media2:2.X.X' where `2.X.X` is the version, which must match the version of the other media modules being used. -Alternatively, you can clone the ExoPlayer repository and depend on the module -locally. Instructions for doing this can be found in ExoPlayer's -[top level README][]. +Alternatively, you can clone this GitHub project and depend on the module +locally. Instructions for doing this can be found in the [top level README][]. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md diff --git a/extensions/mediasession/README.md b/extensions/mediasession/README.md index 9a2949b679..506b63bb41 100644 --- a/extensions/mediasession/README.md +++ b/extensions/mediasession/README.md @@ -18,9 +18,8 @@ implementation 'com.google.android.exoplayer:extension-mediasession:2.X.X' where `2.X.X` is the version, which must match the version of the other media modules being used. -Alternatively, you can clone the ExoPlayer repository and depend on the module -locally. Instructions for doing this can be found in ExoPlayer's -[top level README][]. +Alternatively, you can clone this GitHub project and depend on the module +locally. Instructions for doing this can be found in the [top level README][]. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md diff --git a/extensions/okhttp/README.md b/extensions/okhttp/README.md index c5a250c255..14f7799a2c 100644 --- a/extensions/okhttp/README.md +++ b/extensions/okhttp/README.md @@ -28,9 +28,8 @@ implementation 'com.google.android.exoplayer:extension-okhttp:2.X.X' where `2.X.X` is the version, which must match the version of the other media modules being used. -Alternatively, you can clone the ExoPlayer repository and depend on the module -locally. Instructions for doing this can be found in ExoPlayer's -[top level README][]. +Alternatively, you can clone this GitHub project and depend on the module +locally. Instructions for doing this can be found in the [top level README][]. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md diff --git a/extensions/opus/README.md b/extensions/opus/README.md index 87078fe2a8..bf4f953cbd 100644 --- a/extensions/opus/README.md +++ b/extensions/opus/README.md @@ -13,8 +13,8 @@ more external libraries as described below. These are licensed separately. ## Build instructions (Linux, macOS) -To use this extension you need to clone the ExoPlayer repository and depend on -its modules locally. Instructions for doing this can be found in ExoPlayer's +To use the module you need to clone this GitHub project and depend on its +modules locally. Instructions for doing this can be found in the [top level README][]. In addition, it's necessary to build the extension's native components as diff --git a/extensions/rtmp/README.md b/extensions/rtmp/README.md index 0d56ca81b6..cc8d0b2ac7 100644 --- a/extensions/rtmp/README.md +++ b/extensions/rtmp/README.md @@ -26,9 +26,8 @@ implementation 'com.google.android.exoplayer:extension-rtmp:2.X.X' where `2.X.X` is the version, which must match the version of the other media modules being used. -Alternatively, you can clone the ExoPlayer repository and depend on the module -locally. Instructions for doing this can be found in ExoPlayer's -[top level README][]. +Alternatively, you can clone this GitHub project and depend on the module +locally. Instructions for doing this can be found in the [top level README][]. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md diff --git a/extensions/vp9/README.md b/extensions/vp9/README.md index ad6d5ecf97..68a2f2381e 100644 --- a/extensions/vp9/README.md +++ b/extensions/vp9/README.md @@ -13,8 +13,8 @@ more external libraries as described below. These are licensed separately. ## Build instructions (Linux, macOS) -To use this extension you need to clone the ExoPlayer repository and depend on -its modules locally. Instructions for doing this can be found in ExoPlayer's +To use the module you need to clone this GitHub project and depend on its +modules locally. Instructions for doing this can be found in the [top level README][]. In addition, it's necessary to build the extension's native components as diff --git a/extensions/workmanager/README.md b/extensions/workmanager/README.md index 4f00976d7e..fcda0d89c3 100644 --- a/extensions/workmanager/README.md +++ b/extensions/workmanager/README.md @@ -15,8 +15,7 @@ implementation 'com.google.android.exoplayer:extension-workmanager:2.X.X' where `2.X.X` is the version, which must match the version of the other media modules being used. -Alternatively, you can clone the ExoPlayer repository and depend on the module -locally. Instructions for doing this can be found in ExoPlayer's -[top level README][]. +Alternatively, you can clone this GitHub project and depend on the module +locally. Instructions for doing this can be found in the [top level README][]. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md diff --git a/library/all/README.md b/library/all/README.md index f55879c671..57a142dfcf 100644 --- a/library/all/README.md +++ b/library/all/README.md @@ -2,7 +2,7 @@ An empty module that depends on all of the other library modules. Depending on the full library is equivalent to depending on all of the other library modules -individually. See ExoPlayer's [top level README][] for more information. +individually. See the [top level README][] for more information. [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md