From dd3ec4fab3d8b7d789570ff86ea63c3302c62789 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@amazon.com> Date: Mon, 19 Jun 2023 14:01:38 -0400 Subject: [PATCH] No longer need to force custom modes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 501a847ce..2bf4fca18 100644 --- a/configure.ac +++ b/configure.ac @@ -153,7 +153,7 @@ AS_IF([test "$enable_float_api" = "no"],[ AC_ARG_ENABLE([custom-modes], [AS_HELP_STRING([--enable-custom-modes], [enable non-Opus modes, e.g. 44.1 kHz & 2^n frames])],, - [enable_custom_modes=yes]) + [enable_custom_modes=no]) AS_IF([test "$enable_custom_modes" = "yes"],[ AC_DEFINE([CUSTOM_MODES], [1], [Custom modes]) -- GitLab