--- media/BUILD.gn.orig 2024-06-25 12:08:48 UTC +++ media/BUILD.gn @@ -90,6 +90,9 @@ config("media_config") { defines += [ "DLOPEN_PULSEAUDIO" ] } } + if (use_sndio) { + defines += [ "USE_SNDIO" ] + } if (use_cras) { defines += [ "USE_CRAS" ] }