ports/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_BUILD.gn
Tobias C. Berner 1c35361b47 Update Qt5 to 5.12.2
- Thanks to kai for updating webengine.

Exp-run by:	antoine
PR:		236895
2019-04-05 20:50:59 +00:00

12 lines
353 B
Text

--- src/3rdparty/chromium/media/BUILD.gn.orig 2018-11-13 18:25:11 UTC
+++ src/3rdparty/chromium/media/BUILD.gn
@@ -63,6 +63,9 @@ config("media_config") {
if (use_cras) {
defines += [ "USE_CRAS" ]
}
+ if (use_sndio) {
+ defines += [ "USE_SNDIO" ]
+ }
}
# Internal grouping of the configs necessary to support sub-folders having their