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>2010-06-27 21:52:08 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-06-27 21:52:08 +0400
commitcdb43833a656f27b3877fd9d9b49c3f4111e2a99 (patch)
treee2fab1076a1860096ee5fd2288250ba041cb568e /configure.ac
parent60ff99911848797391bd1de01fdc234cf4f96840 (diff)
No need for --enable-new-plc anymore (always on)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 92badea..789b64d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,13 +146,6 @@ AC_ARG_ENABLE(assertions, [ --enable-assertions enable additional software
AC_DEFINE([ENABLE_ASSERTIONS], , [Assertions])
fi])
-ac_enable_new_plc="no"
-AC_ARG_ENABLE(new-plc, [ --enable-new-plc enable the new loss concealment code],
-[if test "$enableval" = yes; then
- ac_enable_new_plc="yes"
- AC_DEFINE([NEW_PLC], , [Use new PLC code])
-fi])
-
saved_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fvisibility=hidden"
AC_MSG_CHECKING([if ${CXX} supports -fvisibility=hidden])
@@ -224,7 +217,6 @@ AC_MSG_RESULT([
Fixed point debugging: ......... ${ac_enable_fixed_debug}
Static modes: .................. ${ac_enable_static_modes}
Assertion checking: ............ ${ac_enable_assertions}
- New PLC: ....................... ${ac_enable_new_plc}
------------------------------------------------------------------------
])