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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-04 08:09:05 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-04 08:09:05 +0300
commitf89f01fd007b90b0737879a101b694b2171ea274 (patch)
tree15ade1b90aae67632c97d2827ae87219b2803fc3
parent5aa57e4f07d05d99e02e3640f95bb7f68436b6de (diff)
STATIC_MODES no longer used
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index dc7dfc2..96acac6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,13 +144,6 @@ if test "x${float_approx}" = "xyes"; then
AC_DEFINE([FLOAT_APPROX], , [Float approximations])
fi
-ac_enable_static_modes="no"
-AC_ARG_ENABLE(static-modes, [ --enable-static-modes use pre-computed codec configurations],
-[if test "$enableval" = yes; then
- ac_enable_static_modes="yes"
- AC_DEFINE([STATIC_MODES], , [Static modes])
-fi])
-
ac_enable_assertions="no"
AC_ARG_ENABLE(assertions, [ --enable-assertions enable additional software error checking],
[if test "$enableval" = yes; then