--- media/BUILD.gn.orig 2022-04-21 18:48:31 UTC +++ media/BUILD.gn @@ -77,6 +77,9 @@ config("media_config") { defines += [ "DLOPEN_PULSEAUDIO" ] } } + if (use_sndio) { + defines += [ "USE_SNDIO" ] + } if (use_cras) { defines += [ "USE_CRAS" ] }