diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-08-24 16:15:22 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-08-24 16:15:22 -0500 |
commit | a21085b86b6f1dbcd674b1e1672094ebeb726a5b (patch) | |
tree | 220a59008f5f11e2284336a74d95ebe5b1ec279a /layout | |
parent | 89c3761e5c995efbd5d6039f938773c5259e947d (diff) | |
download | uxp-a21085b86b6f1dbcd674b1e1672094ebeb726a5b.tar.gz |
Issue #1806 - Part 6: Make it build on Windows.
Without this change, you get an error about external linkage or something. These files are now used outside of WebRTC.
Diffstat (limited to 'layout')
-rw-r--r-- | layout/media/symbols.def.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layout/media/symbols.def.in b/layout/media/symbols.def.in index 0880bedc7d..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 |