Index: media/media.gyp |
diff --git a/media/media.gyp b/media/media.gyp |
index 5b52d86c228ce866c9459f4a3b754ad786999780..0d08931c2f1912dadab96a1e7bb91e5e83c5cbef 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"))', { |
# ALSA is always needed for Web MIDI even if the cras is enabled. |
'use_alsa%': 1, |
'conditions': [ |