ref: f89f01fd007b90b0737879a101b694b2171ea274
parent: 5aa57e4f07d05d99e02e3640f95bb7f68436b6de
author: Jean-Marc Valin <[email protected]>
date: Thu Feb 3 19:09:05 EST 2011
STATIC_MODES no longer used
--- a/configure.ac
+++ b/configure.ac
@@ -144,13 +144,6 @@
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