mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #61 - Add missing external symbols for gkmedias when WebRTC is built
This commit is contained in:
parent
c85f28b0c0
commit
6b510a74e7
1 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue