shithub: opus

Download patch

ref: cdb43833a656f27b3877fd9d9b49c3f4111e2a99
parent: 60ff99911848797391bd1de01fdc234cf4f96840
author: Jean-Marc Valin <[email protected]>
date: Sun Jun 27 09:52:08 EDT 2010

No need for --enable-new-plc anymore (always on)

--- a/configure.ac
+++ b/configure.ac
@@ -146,13 +146,6 @@
   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 @@
       Fixed point debugging: ......... ${ac_enable_fixed_debug}
       Static modes: .................. ${ac_enable_static_modes}
       Assertion checking: ............ ${ac_enable_assertions}
-      New PLC: ....................... ${ac_enable_new_plc}
 ------------------------------------------------------------------------
 ])