diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2020-09-18 10:02:23 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2020-09-18 10:02:23 +0000 |
commit | ba9052fd395d0d0f38e9d6491692869344e882fc (patch) | |
tree | c151e5e393e8d42361da19096a57911a1fd29eea /mail/thunderbird/files/patch-cubeb-oss | |
parent | Fix a typo in a comment (diff) |
update mail/thunderbird to 78.2.2
See https://support.mozilla.org/en-US/kb/new-thunderbird-78 for major
changes in Thunderbird 78, the release announcement in
https://blog.thunderbird.net/2020/07/whats-new-in-thunderbird-78/ and
https://blog.thunderbird.net/2020/09/openpgp-in-thunderbird-78/ info
for OpenPGP users. Also check UPDATING 20200918.
Current release notes are in
https://www.thunderbird.net/en-US/thunderbird/78.2.2/releasenotes/
PR: 249346
Submitted by: jbeich
Notes
Notes:
svn path=/head/; revision=548882
Diffstat (limited to 'mail/thunderbird/files/patch-cubeb-oss')
-rw-r--r-- | mail/thunderbird/files/patch-cubeb-oss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/thunderbird/files/patch-cubeb-oss b/mail/thunderbird/files/patch-cubeb-oss index a2dd3a22002e..029e2edf6cfb 100644 --- a/mail/thunderbird/files/patch-cubeb-oss +++ b/mail/thunderbird/files/patch-cubeb-oss @@ -56,12 +56,12 @@ https://github.com/kinetiknz/cubeb/pull/600 +#if defined (USE_OSS) + oss_init, +#endif - #if defined(USE_AUDIOUNIT) - audiounit_rust, + #if defined(USE_AUDIOUNIT_RUST) + audiounit_rust_init, #endif --- /dev/null +++ media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,1151 @@ +@@ -0,0 +1,1152 @@ +/* + * Copyright © 2019-2020 Nia Alarie <nia@NetBSD.org> + * Copyright © 2020 Ka Ho Ng <khng300@gmail.com> @@ -1208,6 +1208,7 @@ https://github.com/kinetiknz/cubeb/pull/600 + .stream_reset_default_device = NULL, + .stream_get_position = oss_stream_get_position, + .stream_get_latency = oss_stream_get_latency, ++ .stream_get_input_latency = NULL, + .stream_set_volume = oss_stream_set_volume, + .stream_get_current_device = oss_get_current_device, + .stream_device_destroy = oss_stream_device_destroy, |