blob: 4df038aefc52884f3f05dca228f006e945f8530d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- media/media_options.gni.orig 2021-09-24 04:26:08 UTC
+++ media/media_options.gni
@@ -113,6 +113,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 &&
|