| Index: media/media_options.gni
|
| diff --git a/media/media_options.gni b/media/media_options.gni
|
| index 96582e5af9e64d42cfbf4c351388b2b31fcfd3d6..62401b1eb42bdc0a7c07ea3f693784823ea7c986 100644
|
| --- a/media/media_options.gni
|
| +++ b/media/media_options.gni
|
| @@ -20,8 +20,8 @@ declare_args() {
|
| # decoding of VP9 and VP8A type content.
|
| media_use_libvpx = true
|
|
|
| - # Neither Android nor iOS use ffmpeg, libvpx.
|
| - if (is_android || is_ios) {
|
| + # iOS doesn't use ffmpeg, libvpx.
|
| + if (is_ios) {
|
| media_use_ffmpeg = false
|
| media_use_libvpx = false
|
| }
|
|
|