--- media/BUILD.gn.orig 2021-01-07 00:36:36 UTC +++ media/BUILD.gn @@ -65,6 +65,9 @@ config("media_config") { defines += [ "DLOPEN_PULSEAUDIO" ] } } + if (use_sndio) { + defines += [ "USE_SNDIO" ] + } if (use_cras) { defines += [ "USE_CRAS" ] }