--- media/BUILD.gn.orig 2024-09-30 07:45:04 UTC +++ media/BUILD.gn @@ -97,6 +97,9 @@ config("media_config") { defines += [ "DLOPEN_PULSEAUDIO" ] } } + if (use_sndio) { + defines += [ "USE_SNDIO" ] + } } # Internal grouping of the configs necessary to support sub-folders having their