aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_media_BUILD.gn
blob: b74a242be8aecea1c665ca6c1d216b38b7803bdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/3rdparty/chromium/media/BUILD.gn.orig	2023-08-16 19:50:41 UTC
+++ src/3rdparty/chromium/media/BUILD.gn
@@ -96,6 +96,9 @@ config("media_config") {
       defines += [ "DLOPEN_PULSEAUDIO" ]
     }
   }
+  if (use_sndio) {
+    defines += [ "USE_SNDIO" ]
+  }
   if (use_cras) {
     defines += [ "USE_CRAS" ]
   }