summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_BUILD.gn
blob: e7057f7c8aee1497083219bc7eb1d77e8b1be6d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- media/BUILD.gn.orig	2021-04-14 18:41:05 UTC
+++ media/BUILD.gn
@@ -66,6 +66,9 @@ config("media_config") {
       defines += [ "DLOPEN_PULSEAUDIO" ]
     }
   }
+  if (use_sndio) {
+    defines += [ "USE_SNDIO" ]
+  }
   if (use_cras) {
     defines += [ "USE_CRAS" ]
   }