| Index: media/media_options.gni
|
| diff --git a/media/media_options.gni b/media/media_options.gni
|
| index 23decabcf905e0a0c327ac0daa1184debf2dd472..33bcba02d81ef9a48811175c82412754fd57d8bf 100644
|
| --- a/media/media_options.gni
|
| +++ b/media/media_options.gni
|
| @@ -17,8 +17,8 @@ linux_link_pulseaudio = false
|
| # TODO(ajwong): Enable libvpx once that's converted.
|
| media_use_ffmpeg = true
|
| media_use_libvpx = false
|
| -if (is_android) {
|
| - # Android doesn't use ffmpeg or libvpx.
|
| +if (is_android || is_ios) {
|
| + # Android and iOS don't use ffmpeg or libvpx.
|
| media_use_ffmpeg = false
|
| media_use_libvpx = false
|
| }
|
|
|