summaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-bug1153151
diff options
context:
space:
mode:
Diffstat (limited to 'www/libxul/files/patch-bug1153151')
-rw-r--r--www/libxul/files/patch-bug115315113
1 files changed, 0 insertions, 13 deletions
diff --git a/www/libxul/files/patch-bug1153151 b/www/libxul/files/patch-bug1153151
deleted file mode 100644
index 855cdab89472..000000000000
--- a/www/libxul/files/patch-bug1153151
+++ /dev/null
@@ -1,13 +0,0 @@
-Bug 1153151 - make libcubeb sndio use non-blocking i/o
-
---- media/libcubeb/src/cubeb_sndio.c.orig 2017-01-12 17:53:15 UTC
-+++ media/libcubeb/src/cubeb_sndio.c
-@@ -187,7 +187,7 @@ sndio_stream_init(cubeb *context,
- if (s == NULL)
- return CUBEB_ERROR;
- s->context = context;
-- s->hdl = sio_open(NULL, SIO_PLAY, 0);
-+ s->hdl = sio_open(NULL, SIO_PLAY, 1);
- if (s->hdl == NULL) {
- free(s);
- DPR("sndio_stream_init(), sio_open() failed\n");