diff options
author | Robert Nagy <robert@openbsd.org> | 2022-06-18 07:51:42 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-06-22 10:02:35 +0200 |
commit | 80ffbf089df7cc8d4b4879e23f6816fc7e338f7f (patch) | |
tree | 23b8c15850649e788bdcc2a8b3ed62ff0d793988 /www/chromium/files/patch-media_media__options.gni | |
parent | security/vuxml: add www/chromium < 103.0.5060.53 (diff) |
www/chromium: update to 103.0.5060.53
Security: https://vuxml.freebsd.org/freebsd/b2a4c5f1-f1fe-11ec-bcd2-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-media_media__options.gni')
-rw-r--r-- | www/chromium/files/patch-media_media__options.gni | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-media_media__options.gni b/www/chromium/files/patch-media_media__options.gni index 915143278a5b..af85b063a3a2 100644 --- a/www/chromium/files/patch-media_media__options.gni +++ b/www/chromium/files/patch-media_media__options.gni @@ -1,4 +1,4 @@ ---- media/media_options.gni.orig 2022-02-28 16:54:41 UTC +--- media/media_options.gni.orig 2022-06-17 14:20:10 UTC +++ media/media_options.gni @@ -125,9 +125,12 @@ declare_args() { # Enables runtime selection of ALSA library for audio. @@ -7,11 +7,11 @@ + # Enable runtime selection of sndio(7) + use_sndio = false + - # Alsa should be used on non-Android, non-Mac POSIX systems. - # Alsa should be used on desktop Chromecast and audio-only Chromecast builds. + # Alsa should be used on non-Android, non-Mac POSIX systems (excluding CastOS + # video builds). - if (is_posix && !is_android && !is_mac && + if (is_posix && !is_android && !is_mac && !is_bsd && - (!is_chromecast || is_cast_desktop_build || is_cast_audio_only)) { + (!is_castos || is_cast_audio_only)) { use_alsa = true @@ -142,6 +145,10 @@ declare_args() { |