<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9795">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure.ac: disable building libgsmhr by default<br><br>At the moment, Half Rate codec support is limited. There are still<br>some issues with encoding of the reference files (see OS#2514),<br>and moreover AddressSanitizer is not happy about libgsmhr...<br><br>Change-Id: Ib86f3f972fc31c7eedf7ed75a7c356ac62e47dc6<br>Related: OS#2514<br>---<br>M configure.ac<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/95/9795/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 8b6a489..6551ae6 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -27,10 +27,10 @@</span><br><span> # Options</span><br><span> AC_ARG_ENABLE(gsmhr,</span><br><span>      [AS_HELP_STRING(</span><br><span style="color: hsl(0, 100%, 40%);">-                [--disable-gsmhr],</span><br><span style="color: hsl(0, 100%, 40%);">-              [Disable support for GSM HR codec using reference code]</span><br><span style="color: hsl(120, 100%, 40%);">+               [--enable-gsmhr],</span><br><span style="color: hsl(120, 100%, 40%);">+             [Enable support for GSM HR codec using GSM 06.06 reference code]</span><br><span>     )],</span><br><span style="color: hsl(0, 100%, 40%);">-     [enable_gsmhr=$enableval], [enable_gsmhr="yes"])</span><br><span style="color: hsl(120, 100%, 40%);">+    [enable_gsmhr="yes"], [enable_gsmhr=$enableval])</span><br><span> AM_CONDITIONAL(ENABLE_GSMHR, test "x$enable_gsmhr" = "xyes")</span><br><span> if test "x$enable_gsmhr" = "xyes"; then</span><br><span>        AM_PATH_PYTHON([2.4])</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9795">change 9795</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/9795"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: gapk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib86f3f972fc31c7eedf7ed75a7c356ac62e47dc6 </div>
<div style="display:none"> Gerrit-Change-Number: 9795 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>