blob: a8d84a5ba3ebf217dbe5bcb6df66f7eb0d176bc1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- media/media_options.gni.orig 2020-07-07 21:58:16 UTC
+++ media/media_options.gni
@@ -120,6 +120,9 @@ declare_args() {
# Enables runtime selection of ALSA library for audio.
use_alsa = false
+ # Enable runtime selection of sndio(7)
+ use_sndio = false
+
# 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 &&
|