summaryrefslogtreecommitdiff
path: root/multimedia/mpv/patches
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-10-25 08:31:32 +0000
committerleot <leot@pkgsrc.org>2018-10-25 08:31:32 +0000
commit27d1993ae3a3da60b23e3c50135ff355aa7f6f35 (patch)
tree09b257b1be5fa70be383644251b259a99cbaa256 /multimedia/mpv/patches
parentd95533262e61c75b69b3899105b3be6466bbe251 (diff)
downloadpkgsrc-27d1993ae3a3da60b23e3c50135ff355aa7f6f35.tar.gz
mpv: Add a link to upstream pull request
Diffstat (limited to 'multimedia/mpv/patches')
-rw-r--r--multimedia/mpv/patches/patch-audio_out_ao__oss.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/mpv/patches/patch-audio_out_ao__oss.c b/multimedia/mpv/patches/patch-audio_out_ao__oss.c
index 7a9f9383484..70da1705b74 100644
--- a/multimedia/mpv/patches/patch-audio_out_ao__oss.c
+++ b/multimedia/mpv/patches/patch-audio_out_ao__oss.c
@@ -1,9 +1,13 @@
-$NetBSD: patch-audio_out_ao__oss.c,v 1.9 2018/10/23 13:08:39 leot Exp $
+$NetBSD: patch-audio_out_ao__oss.c,v 1.10 2018/10/25 08:31:32 leot Exp $
- ioctl(..., SNDCTL_DSP_CHANNELS, &nchannels) for not supported nchannels does not
return an error and instead set nchannels to the default value. Instead of
failing with no audio, fallbacks to stereo.
+Shared upstream via:
+
+ <https://github.com/mpv-player/mpv/pull/6234>
+
--- audio/out/ao_oss.c.orig 2018-10-02 19:03:41.000000000 +0000
+++ audio/out/ao_oss.c
@@ -336,19 +336,23 @@ static int reopen_device(struct ao *ao,