--- src/3rdparty/chromium/media/BUILD.gn.orig 2024-10-02 15:40:01 UTC +++ src/3rdparty/chromium/media/BUILD.gn @@ -99,6 +99,9 @@ config("media_config") { defines += [ "DLOPEN_PULSEAUDIO" ] } } + if (use_sndio) { + defines += [ "USE_SNDIO" ] + } if (use_cras) { defines += [ "USE_CRAS" ] }