--- media/BUILD.gn.orig 2019-04-30 22:22:52 UTC +++ media/BUILD.gn @@ -60,6 +60,9 @@ config("media_config") { defines += [ "DLOPEN_PULSEAUDIO" ] } } + if (use_sndio) { + defines += [ "USE_SNDIO" ] + } if (use_cras) { defines += [ "USE_CRAS" ] }