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