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