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-05-24 08:59:01 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-16 20:02:17 +0300
commit8dc345fe596ca1f44a51b83c9ac03c67a1b4f31d (patch)
tree29199ac00999d05a9f707080a20abefb94875b52 /configure.ac
parent9ec1683f3265307bbb20285b306d3e28ee08d593 (diff)
Fix whitespace errors
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d43b13cb..cb346556 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,7 @@ AC_ARG_ENABLE([neural-fec],
AS_IF([test "$enable_neural_fec" = "yes"],[
AC_DEFINE([ENABLE_NEURAL_FEC], [1], [Neural FEC])
-])
+])
AC_ARG_ENABLE([neural-plc],
[AS_HELP_STRING([--enable-neural-plc], [Use neural PLC for SILK])],,