Chromium Code Reviews| Index: media/media.gyp |
| diff --git a/media/media.gyp b/media/media.gyp |
| index 7a38a4f8faf1cc0c0374387742861b9d74508673..0f87d4a3e5b7cb099e14b5fb7e175dc4adc00ad2 100644 |
| --- a/media/media.gyp |
| +++ b/media/media.gyp |
| @@ -22,7 +22,7 @@ |
| 'media_use_libvpx%': 1, |
| }], |
| # Enable ALSA and Pulse for runtime selection. |
| - ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and embedded!=1', { |
| + ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and (embedded!=1 or (chromecast==1 and target_arch!="arm"))', { |
|
rjkroege
2014/06/25 16:44:16
this seems a trifle odd to me. Why?
lcwu1
2014/06/25 22:41:02
Unlike our arm platform where we have our own audi
|
| # ALSA is always needed for Web MIDI even if the cras is enabled. |
| 'use_alsa%': 1, |
| 'conditions': [ |