summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_BUILD.gn
blob: 86410c13e4d1d2b989e6467ddafc457a587d284e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- media/BUILD.gn.orig	2025-03-05 08:14:56 UTC
+++ media/BUILD.gn
@@ -100,6 +100,9 @@ config("media_config") {
       defines += [ "DLOPEN_PULSEAUDIO" ]
     }
   }
+  if (use_sndio) {
+    defines += [ "USE_SNDIO" ]
+  }
 }
 
 # Internal grouping of the configs necessary to support sub-folders having their