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