mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
12 lines
455 B
Text
12 lines
455 B
Text
--- media/media_options.gni.orig 2021-07-15 19:13:41 UTC
|
|
+++ media/media_options.gni
|
|
@@ -94,6 +94,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 &&
|