1--- src/3rdparty/chromium/media/BUILD.gn.orig	2020-11-07 01:22:36 UTC
2+++ src/3rdparty/chromium/media/BUILD.gn
3@@ -67,6 +67,9 @@ config("media_config") {
4       defines += [ "DLOPEN_PULSEAUDIO" ]
5     }
6   }
7+  if (use_sndio) {
8+    defines += [ "USE_SNDIO" ]
9+  }
10   if (use_cras) {
11     defines += [ "USE_CRAS" ]
12   }
13