summaryrefslogtreecommitdiff
path: root/drivers/opus/silk/A2NLSF.c
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-11-27 23:58:41 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-11-27 23:58:41 +0100
commita98eafe3cc838c5c4362bd2f4e8aa3280d925618 (patch)
tree6a3a0879f226c60a8e36fa7fb936e550d1f9a6d7 /drivers/opus/silk/A2NLSF.c
parented4738fbed6d08e85bbf2b60b9dcad64bd4c8753 (diff)
parent4057907cf43a7ed53b94448c8d26d56a637efb92 (diff)
Merge pull request #2930 from vnen/cleaner-opus-build
Clean up Opus build command arguments
Diffstat (limited to 'drivers/opus/silk/A2NLSF.c')
-rw-r--r--drivers/opus/silk/A2NLSF.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/opus/silk/A2NLSF.c b/drivers/opus/silk/A2NLSF.c
index cec53a5cd8..18b0e3092d 100644
--- a/drivers/opus/silk/A2NLSF.c
+++ b/drivers/opus/silk/A2NLSF.c
@@ -31,12 +31,12 @@ POSSIBILITY OF SUCH DAMAGE.
/* Therefore the result is not accurate NLSFs, but the two */
/* functions are accurate inverses of each other */
-#ifdef OPUS_HAVE_CONFIG_H
-#include "opus_config.h"
+#ifdef OPUS_ENABLED
+#include "opus/opus_config.h"
#endif
-#include "SigProc_FIX.h"
-#include "tables.h"
+#include "opus/silk/SigProc_FIX.h"
+#include "opus/silk/tables.h"
/* Number of binary divisions, when not in low complexity mode */
#define BIN_DIV_STEPS_A2NLSF_FIX 3 /* must be no higher than 16 - log2( LSF_COS_TAB_SZ_FIX ) */