mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
12 lines
353 B
Text
12 lines
353 B
Text
--- src/3rdparty/chromium/media/BUILD.gn.orig 2018-11-13 18:25:11 UTC
|
|
+++ src/3rdparty/chromium/media/BUILD.gn
|
|
@@ -63,6 +63,9 @@ config("media_config") {
|
|
if (use_cras) {
|
|
defines += [ "USE_CRAS" ]
|
|
}
|
|
+ if (use_sndio) {
|
|
+ defines += [ "USE_SNDIO" ]
|
|
+ }
|
|
}
|
|
|
|
# Internal grouping of the configs necessary to support sub-folders having their
|