diff options
Diffstat (limited to 'www/iridium/files/patch-media_media__options.gni')
-rw-r--r-- | www/iridium/files/patch-media_media__options.gni | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/iridium/files/patch-media_media__options.gni b/www/iridium/files/patch-media_media__options.gni index 73f0ab86ab85..221da209c855 100644 --- a/www/iridium/files/patch-media_media__options.gni +++ b/www/iridium/files/patch-media_media__options.gni @@ -1,6 +1,6 @@ ---- media/media_options.gni.orig 2023-03-13 07:33:08 UTC +--- media/media_options.gni.orig 2023-04-22 17:45:15 UTC +++ media/media_options.gni -@@ -172,12 +172,15 @@ declare_args() { +@@ -188,12 +188,15 @@ declare_args() { # Enables runtime selection of ALSA library for audio. use_alsa = false @@ -12,12 +12,12 @@ # # TODO(crbug.com/1336055): Remove legacy target_cpu hack used for targeting # desktop Chromecast builds. -- if (is_posix && !is_android && !is_mac && -+ if (is_posix && !is_android && !is_mac && !is_bsd && +- if (is_posix && !is_android && !is_apple && ++ if (is_posix && !is_android && !is_apple && !is_bsd && (!is_castos || (target_cpu == "x86" || target_cpu == "x64") || is_cast_audio_only)) { use_alsa = true -@@ -193,6 +196,10 @@ declare_args() { +@@ -209,6 +212,10 @@ declare_args() { if (!use_cras && !is_castos && !is_asan && !is_tsan) { use_pulseaudio = true } |