summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-media_libcubeb_src_cubeb.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-media_libcubeb_src_cubeb.c')
-rw-r--r--www/firefox/patches/patch-media_libcubeb_src_cubeb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/patches/patch-media_libcubeb_src_cubeb.c b/www/firefox/patches/patch-media_libcubeb_src_cubeb.c
index a44fb5b52ca..2acbbc32f7f 100644
--- a/www/firefox/patches/patch-media_libcubeb_src_cubeb.c
+++ b/www/firefox/patches/patch-media_libcubeb_src_cubeb.c
@@ -1,8 +1,8 @@
-$NetBSD: patch-media_libcubeb_src_cubeb.c,v 1.5 2017/03/07 20:45:43 ryoon Exp $
+$NetBSD: patch-media_libcubeb_src_cubeb.c,v 1.6 2017/04/27 01:49:47 ryoon Exp $
* Support OSS audio
---- media/libcubeb/src/cubeb.c.orig 2017-01-23 16:13:54.000000000 +0000
+--- media/libcubeb/src/cubeb.c.orig 2017-04-11 04:15:21.000000000 +0000
+++ media/libcubeb/src/cubeb.c
@@ -54,6 +54,9 @@ int audiotrack_init(cubeb ** context, ch
#if defined(USE_KAI)
@@ -12,9 +12,9 @@ $NetBSD: patch-media_libcubeb_src_cubeb.c,v 1.5 2017/03/07 20:45:43 ryoon Exp $
+int oss_init(cubeb ** context, char const * context_name);
+#endif
-
static int
-@@ -141,6 +144,9 @@ cubeb_init(cubeb ** context, char const
+ validate_stream_params(cubeb_stream_params * input_stream_params,
+@@ -138,6 +141,9 @@ cubeb_init(cubeb ** context, char const
#if defined(USE_KAI)
kai_init,
#endif