mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
filter-chain: include pffft.h when needed
This commit is contained in:
parent
dcbdddc07a
commit
6a6f455330
2 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#include <spa/utils/defs.h>
|
||||
|
||||
#include "config.h"
|
||||
#ifndef HAVE_FFTW
|
||||
#include "pffft.h"
|
||||
#endif
|
||||
|
||||
#include "dsp-ops.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue