From c930cc57d2e2cf32a9ecf6aa2cebb8a3a785b3ad Mon Sep 17 00:00:00 2001 From: Michael Bradshaw Date: Fri, 27 Jan 2017 16:07:26 -0800 Subject: Reduce the scope of Ne10 includes libopus only uses the DSP module of Ne10, and never uses the init functions. Signed-off-by: Michael Bradshaw Signed-off-by: Jean-Marc Valin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f63cfd27..fca746fa 100644 --- a/configure.ac +++ b/configure.ac @@ -426,7 +426,7 @@ AC_DEFUN([OPUS_PATH_NE10], AC_LINK_IFELSE( [ AC_LANG_PROGRAM( - [[#include + [[#include ]], [[ ne10_fft_cfg_float32_t cfg; -- cgit v1.2.3