summaryrefslogtreecommitdiff
path: root/libavcodec/fft-internal.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-31 22:37:01 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-05 19:56:40 +0200
commita449fb35ca6128a414e555f9cc31fa0ec13c4a5d (patch)
tree896be0c10d3683af7f0b3004527674c36b6a691c /libavcodec/fft-internal.h
parent211619ad7f43b99a0c1100398f157544b5724460 (diff)
avcodec/fft-internal: Make it a standalone header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/fft-internal.h')
-rw-r--r--libavcodec/fft-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/fft-internal.h b/libavcodec/fft-internal.h
index b0d8d80efd..d89a3e38ca 100644
--- a/libavcodec/fft-internal.h
+++ b/libavcodec/fft-internal.h
@@ -19,6 +19,9 @@
#ifndef AVCODEC_FFT_INTERNAL_H
#define AVCODEC_FFT_INTERNAL_H
+#include "libavutil/mathematics.h"
+#include "fft.h"
+
#if FFT_FLOAT
#define FIX15(v) (v)