filter-chain: include pffft.h when needed

This commit is contained in:
Wim Taymans 2024-10-21 09:50:57 +02:00
parent dcbdddc07a
commit 6a6f455330
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,9 @@
#include <spa/utils/defs.h>
#include "config.h"
#ifndef HAVE_FFTW
#include "pffft.h"
#endif
#include "dsp-ops.h"
#include <immintrin.h>

View file

@ -11,6 +11,9 @@
#include <spa/utils/defs.h>
#include "config.h"
#ifndef HAVE_FFTW
#include "pffft.h"
#endif
#include "dsp-ops.h"