Skip to content
Snippets Groups Projects
Commit f89f01fd authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

STATIC_MODES no longer used

parent 5aa57e4f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment