--- src/3rdparty/chromium/media/BUILD.gn.orig 2020-11-07 01:22:36 UTC +++ src/3rdparty/chromium/media/BUILD.gn @@ -67,6 +67,9 @@ config("media_config") { defines += [ "DLOPEN_PULSEAUDIO" ] } } + if (use_sndio) { + defines += [ "USE_SNDIO" ] + } if (use_cras) { defines += [ "USE_CRAS" ] }