ports/www/chromium/files/patch-media_BUILD.gn

12 lines
276 B
Text

--- media/BUILD.gn.orig 2023-09-13 12:11:42 UTC
+++ media/BUILD.gn
@@ -94,6 +94,9 @@ config("media_config") {
defines += [ "DLOPEN_PULSEAUDIO" ]
}
}
+ if (use_sndio) {
+ defines += [ "USE_SNDIO" ]
+ }
if (use_cras) {
defines += [ "USE_CRAS" ]
}