diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-01-04 03:43:58 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-01-04 03:43:58 -0500 |
commit | 1a4abb5d974997db97c1534dd1f36d70788b6562 (patch) | |
tree | 2eea02aeb3855017d7d752f5aeb54b8c4a2a5af9 /layout/media | |
parent | 3f1ed03579deafcc895b3fd89da9d01010ac627b (diff) | |
download | uxp-1a4abb5d974997db97c1534dd1f36d70788b6562.tar.gz |
Issue #61 - Add missing external symbols for gkmedias when WebRTC is built
Diffstat (limited to 'layout/media')
-rw-r--r-- | layout/media/symbols.def.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/media/symbols.def.in b/layout/media/symbols.def.in index 6a940cd75b..6e2364f51a 100644 --- a/layout/media/symbols.def.in +++ b/layout/media/symbols.def.in @@ -64,6 +64,10 @@ vpx_codec_get_cx_data vpx_codec_enc_config_default vpx_img_alloc vpx_codec_encode +#ifdef MOZ_WEBRTC +vpx_codec_set_frame_buffer_functions +vpx_codec_enc_init_multi_ver +#endif #ifdef MOZ_AV1 aom_codec_av1_dx aom_codec_dec_init_ver @@ -134,6 +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 @@ -183,6 +191,14 @@ opus_encoder_destroy opus_encoder_ctl opus_encode opus_encode_float +#ifdef MOZ_WEBRTC +opus_custom_mode_create +opus_packet_parse +opus_packet_get_nb_channels +downmix_int +tonality_analysis_init +run_analysis +#endif #ifndef MOZ_NATIVE_PNG MOZ_APNG_get_first_frame_is_hidden MOZ_APNG_get_next_frame_blend_op |