aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-media_media__options.gni
blob: 51ed5c981f7ba9403966020b7469cb1332bea27b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- media/media_options.gni.orig	2021-04-14 01:08:51 UTC
+++ media/media_options.gni
@@ -125,6 +125,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 &&