summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_BUILD.gn
blob: bbae2e9760e3411b85076040f5f1043c33903221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- media/BUILD.gn.orig	2022-02-07 13:39:41 UTC
+++ media/BUILD.gn
@@ -75,6 +75,9 @@ config("media_config") {
       defines += [ "DLOPEN_PULSEAUDIO" ]
     }
   }
+  if (use_sndio) {
+    defines += [ "USE_SNDIO" ]
+  }
   if (use_cras) {
     defines += [ "USE_CRAS" ]
   }