blob: 595544c1bf39c81a0d8b97a45cdfb166245b9b79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- media/BUILD.gn.orig 2025-04-22 20:15:27 UTC
+++ media/BUILD.gn
@@ -105,6 +105,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
|