aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-media_BUILD.gn
blob: 83f16b213ddac7d3f0d0374da6764e7ef129ddb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- media/BUILD.gn.orig	2023-06-05 19:39:05 UTC
+++ media/BUILD.gn
@@ -93,6 +93,9 @@ config("media_config") {
       defines += [ "DLOPEN_PULSEAUDIO" ]
     }
   }
+  if (use_sndio) {
+    defines += [ "USE_SNDIO" ]
+  }
   if (use_cras) {
     defines += [ "USE_CRAS" ]
   }