summaryrefslogtreecommitdiff
path: root/drivers/opus/celt/kiss_fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/opus/celt/kiss_fft.c')
-rw-r--r--drivers/opus/celt/kiss_fft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/opus/celt/kiss_fft.c b/drivers/opus/celt/kiss_fft.c
index 8fc2db19c6..89a1790b24 100644
--- a/drivers/opus/celt/kiss_fft.c
+++ b/drivers/opus/celt/kiss_fft.c
@@ -30,7 +30,7 @@
heavily modified to better suit Opus */
#ifndef SKIP_CONFIG_H
-# ifdef OPUS_HAVE_CONFIG_H
+# ifdef OPUS_ENABLED
#include "opus/opus_config.h"
# endif
#endif