summaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_BUILD.gn
blob: 42dae9f2d0ea8a9e3a93ed1062292f5be89fb28e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/3rdparty/chromium/media/BUILD.gn.orig	2020-11-07 01:22:36 UTC
+++ src/3rdparty/chromium/media/BUILD.gn
@@ -67,6 +67,9 @@ config("media_config") {
       defines += [ "DLOPEN_PULSEAUDIO" ]
     }
   }
+  if (use_sndio) {
+    defines += [ "USE_SNDIO" ]
+  }
   if (use_cras) {
     defines += [ "USE_CRAS" ]
   }