From 1a4abb5d974997db97c1534dd1f36d70788b6562 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 4 Jan 2021 03:43:58 -0500 Subject: Issue #61 - Add missing external symbols for gkmedias when WebRTC is built --- layout/media/symbols.def.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/layout/media/symbols.def.in b/layout/media/symbols.def.in index 6a940cd75..6e2364f51 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 -- cgit v1.2.3