Chromium Code Reviews| Index: media/media_options.gni |
| diff --git a/media/media_options.gni b/media/media_options.gni |
| index 07b7fdee74d31e5956e9f465c6b12511caaae645..96582e5af9e64d42cfbf4c351388b2b31fcfd3d6 100644 |
| --- a/media/media_options.gni |
| +++ b/media/media_options.gni |
| @@ -38,7 +38,7 @@ declare_args() { |
| # Alsa should be used on non-Android, non-Mac POSIX systems, and Chromecast |
| # builds for desktop Linux. |
| if (is_posix && !is_headless && !is_android && !is_mac && |
| - (!is_chromecast || target_cpu != "arm")) { |
| + (!is_chromecast || is_cast_desktop_build)) { |
|
slan
2015/12/15 04:15:24
Can remove soon, see media.gyp.
|
| use_alsa = true |
| if (!use_cras) { |
| use_pulseaudio = true |