blob: b2d8cad13a4bb9d2ded3eb7a22266455115a9641 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-media_BUILD_gn,v 1.19 2021/11/16 11:28:47 robert Exp $
Index: media/BUILD.gn
--- media/BUILD.gn.orig
+++ media/BUILD.gn
@@ -72,6 +72,9 @@ config("media_config") {
defines += [ "DLOPEN_PULSEAUDIO" ]
}
}
+ if (use_sndio) {
+ defines += [ "USE_SNDIO" ]
+ }
if (use_cras) {
defines += [ "USE_CRAS" ]
}
|