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

Force Deep PLC on when enabling DRED

parent 6471f801
No related branches found
No related tags found
No related merge requests found
Pipeline #4136 failed
......@@ -175,10 +175,10 @@ AC_ARG_ENABLE([deep-plc],
[AS_HELP_STRING([--enable-deep-plc], [Use deep PLC for SILK])],,
[enable_deep_plc=no])
AS_IF([test "$enable_deep_plc" = "yes"],[
AS_IF([test "$enable_deep_plc" = "yes" || test "$enable_dred" = "yes"],[
AC_DEFINE([ENABLE_DEEP_PLC], [1], [Deep PLC])
])
AM_CONDITIONAL([ENABLE_DEEP_PLC], [test "$enable_deep_plc" = "yes"])
AM_CONDITIONAL([ENABLE_DEEP_PLC], [test "$enable_deep_plc" = "yes" || test "$enable_dred" = "yes"])
has_float_approx=no
#case "$host_cpu" in
......
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