diff options
author | Moonchild <moonchild@palemoon.org> | 2022-04-05 17:00:28 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-05 17:00:28 +0200 |
commit | 3b575dfced55cf78871937b6bd41942374c95390 (patch) | |
tree | a56f756f47a7ae3e45d66ccf02279ac2d22f0d1f /layout | |
parent | 0bc66e3b04e77af307b62371ae9f4be70b2b19b7 (diff) | |
download | uxp-3b575dfced55cf78871937b6bd41942374c95390.tar.gz |
Revert "Merge pull request 'Update libcubeb to latest version' (#1812) from athenian200/UXP:libcubeb_final into master"
This reverts commit 0bc66e3b04e77af307b62371ae9f4be70b2b19b7, reversing
changes made to 6e6b5d89964ea726b264c711bdf6f02fe0c006f5.
Diffstat (limited to 'layout')
-rw-r--r-- | layout/media/symbols.def.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/media/symbols.def.in b/layout/media/symbols.def.in index 2ac62ec0fe..6e2364f51a 100644 --- a/layout/media/symbols.def.in +++ b/layout/media/symbols.def.in @@ -138,8 +138,10 @@ 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 @@ -153,6 +155,7 @@ 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 |