aboutsummaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_media__options.gni
diff options
context:
space:
mode:
Diffstat (limited to 'www/qt5-webengine/files/patch-src_3rdparty_chromium_media_media__options.gni')
-rw-r--r--www/qt5-webengine/files/patch-src_3rdparty_chromium_media_media__options.gni6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_media__options.gni b/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_media__options.gni
index 2f6341d092ef..9fb87c0aec0b 100644
--- a/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_media__options.gni
+++ b/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_media__options.gni
@@ -1,10 +1,10 @@
---- src/3rdparty/chromium/media/media_options.gni.orig 2018-11-13 18:25:11 UTC
+--- src/3rdparty/chromium/media/media_options.gni.orig 2021-12-15 16:12:54 UTC
+++ src/3rdparty/chromium/media/media_options.gni
-@@ -99,6 +99,9 @@ declare_args() {
+@@ -130,6 +130,9 @@ declare_args() {
# Enables runtime selection of ALSA library for audio.
use_alsa = false
-+ # Enables runtime selection of sndio library for audio.
++ # Enable runtime selection of sndio(7)
+ use_sndio = false
+
# Alsa should be used on non-Android, non-Mac POSIX systems.