Change in gapk[master]: configure.ac: disable building libgsmhr by default

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Jul 3 17:03:29 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9795 )

Change subject: configure.ac: disable building libgsmhr by default
......................................................................

configure.ac: disable building libgsmhr by default

At the moment, Half Rate codec support is limited. There are still
some issues with encoding of the reference files (see OS#2514),
and moreover AddressSanitizer is not happy about libgsmhr...

Change-Id: Ib86f3f972fc31c7eedf7ed75a7c356ac62e47dc6
Related: OS#2514
---
M configure.ac
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/configure.ac b/configure.ac
index 8b6a489..6551ae6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,10 +27,10 @@
 # Options
 AC_ARG_ENABLE(gsmhr,
 	[AS_HELP_STRING(
-		[--disable-gsmhr],
-		[Disable support for GSM HR codec using reference code]
+		[--enable-gsmhr],
+		[Enable support for GSM HR codec using GSM 06.06 reference code]
 	)],
-	[enable_gsmhr=$enableval], [enable_gsmhr="yes"])
+	[enable_gsmhr="yes"], [enable_gsmhr=$enableval])
 AM_CONDITIONAL(ENABLE_GSMHR, test "x$enable_gsmhr" = "xyes")
 if test "x$enable_gsmhr" = "xyes"; then
 	AM_PATH_PYTHON([2.4])

-- 
To view, visit https://gerrit.osmocom.org/9795
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib86f3f972fc31c7eedf7ed75a7c356ac62e47dc6
Gerrit-Change-Number: 9795
Gerrit-PatchSet: 3
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180703/51a7fe2c/attachment.htm>


More information about the gerrit-log mailing list