Index: media/media_options.gni |
diff --git a/media/media_options.gni b/media/media_options.gni |
index 09e1cc2280e782389522e25842d89b666d109a95..8f3081827381ba9f47dcd0c9ee7fcff0daca900b 100644 |
--- a/media/media_options.gni |
+++ b/media/media_options.gni |
@@ -57,7 +57,7 @@ declare_args() { |
# Alsa should be used on non-Android, non-Mac POSIX systems. |
# Alsa should be used on desktop Chromecast and audio-only Chromecast builds. |
if (is_posix && !is_android && !is_mac && |
- (!is_chromecast || is_cast_desktop_build || disable_display)) { |
+ (!is_chromecast || is_cast_desktop_build || is_cast_audio_only)) { |
use_alsa = true |
# Pulse is not supported on Chromecast platforms. |