Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-06-19 21:01:38 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-19 21:01:38 +0300
commitdd3ec4fab3d8b7d789570ff86ea63c3302c62789 (patch)
tree25dff35f5cc5c4b7e7367f49bcbb2c81d493a98b
parent44ed6bc3f70730bd783a2a1ef4498767b1a1a21b (diff)
No longer need to force custom modes
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 501a847c..2bf4fca1 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])