ports/www/ungoogled-chromium/patches/patch-media_BUILD_gn

14 lines
274 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: media/BUILD.gn
--- media/BUILD.gn.orig
+++ media/BUILD.gn
2024-05-20 13:42:05 +00:00
@@ -96,6 +96,9 @@ config("media_config") {
2023-08-16 22:26:55 +00:00
defines += [ "DLOPEN_PULSEAUDIO" ]
}
}
+ if (use_sndio) {
+ defines += [ "USE_SNDIO" ]
+ }
if (use_cras) {
defines += [ "USE_CRAS" ]
}