--- src/3rdparty/chromium/media/BUILD.gn.orig 2025-02-21 12:29:33 UTC +++ src/3rdparty/chromium/media/BUILD.gn @@ -100,6 +100,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