diff options
author | athenian200 <athenian200@outlook.com> | 2022-04-05 13:35:47 +0000 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2022-04-05 13:35:47 +0000 |
commit | 0bc66e3b04e77af307b62371ae9f4be70b2b19b7 (patch) | |
tree | 62f5a511ef1f2626e4a8808b55c9d590db594ee1 /layout | |
parent | 6e6b5d89964ea726b264c711bdf6f02fe0c006f5 (diff) | |
parent | bb830b178aa932877da78ff6c1ba6a236aa1dc7d (diff) | |
download | uxp-0bc66e3b04e77af307b62371ae9f4be70b2b19b7.tar.gz |
Merge pull request 'Update libcubeb to latest version' (#1812) from athenian200/UXP:libcubeb_final into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1812
Diffstat (limited to 'layout')
-rw-r--r-- | layout/media/symbols.def.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layout/media/symbols.def.in b/layout/media/symbols.def.in index 6e2364f51a..2ac62ec0fe 100644 --- a/layout/media/symbols.def.in +++ b/layout/media/symbols.def.in @@ -138,10 +138,8 @@ moz_speex_resampler_skip_zeros moz_speex_resampler_set_skip_frac_num moz_speex_resampler_reset_mem cubeb_destroy -#ifdef MOZ_WEBRTC cubeb_device_collection_destroy cubeb_enumerate_devices -#endif cubeb_init cubeb_get_backend_id cubeb_get_max_channel_count @@ -155,7 +153,6 @@ cubeb_stream_start cubeb_stream_stop cubeb_stream_get_latency cubeb_stream_set_volume -cubeb_stream_set_panning cubeb_stream_get_current_device cubeb_stream_device_destroy cubeb_stream_register_device_changed_callback |