diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-10-07 22:24:17 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-10-07 22:24:17 +0800 |
| commit | d0c7d6263d5dc7df7e224302ce64b1403db20b1e (patch) | |
| tree | 436571bdfd74a86ff4d40b5cc0eb92b6aa015946 /indra/newview/llinventoryfunctions.cpp | |
| parent | bf5af837a95f449f8f2164d51a9040f673bfd85a (diff) | |
A fix for the linking errors to CM's WebRTC 137
Somehow there would be undefined references to
webrtc::RtpStreamConfig::Rtx::Rtx()
and
webrtc::LossBasedBweV2::Config::Config()
Rtx definition is not found in "call/rtp_config.h", there's only the
declarations there.
And Config definition either in
"modules/congestion_controller/goog_cc/loss_based_bwe_v2.h"
So, for now, we define those somewhere in llwebrtc code, may not be
ideal at all since they're empty, for now, but at least it builds now
and WebRTC seems to be working (I tested in a WebRTC Voice region, but
this needs to be really tested with microphones and at least 2 people).
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
0 files changed, 0 insertions, 0 deletions
