mirror of https://git.FreeBSD.org/ports.git
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
--- media/BUILD.gn.orig 2025-05-05 10:57:53 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
|