<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8189">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">codecs: Add support for WebRTC iLBC 2.0.<br><br>When the latest version of that library was installed, Asterisk did not build.<br><br>ASTERISK-27669<br>Reported by: Николай Михо<br><br>Change-Id: I27e09bb875fdd56423bd9fae1be85fddb428eb96<br>---<br>M codecs/codec_ilbc.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/89/8189/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/codecs/codec_ilbc.c b/codecs/codec_ilbc.c<br>index 026fe9a..3d63caa 100644<br>--- a/codecs/codec_ilbc.c<br>+++ b/codecs/codec_ilbc.c<br>@@ -41,8 +41,8 @@<br> <br> #ifdef ILBC_WEBRTC<br> #include <ilbc.h><br>-typedef WebRtc_UWord16 ilbc_bytes;<br>-typedef WebRtc_Word16  ilbc_block;<br>+typedef uint16_t ilbc_bytes;<br>+typedef int16_t  ilbc_block;<br> #define BUF_TYPE i16<br> #else<br> #include "ilbc/iLBC_encode.h"<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8189">change 8189</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8189"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I27e09bb875fdd56423bd9fae1be85fddb428eb96 </div>
<div style="display:none"> Gerrit-Change-Number: 8189 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>