---
libavcodec/Makefile | 1 -
libavcodec/fft-internal.h | 6 +++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 9ce37a8..a9a64a9 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -700,7 +700,6 @@ OBJS-$(HAVE_THREADS) += pthread.o
pthread_slice.o pthread_fram
SKIPHEADERS += %_tablegen.h \
%_tables.h \
aac_tablegen_decl.h \
- fft-internal.h \
tableprint.h \
$(ARCH)/vp56_arith.h \
diff --git a/libavcodec/fft-internal.h b/libavcodec/fft-internal.h
index a449ec0..b3eea40 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 "fft.h"
+#include "mathops.h"
+
#if FFT_FLOAT
#define FIX15(v) (v)
@@ -36,9 +39,6 @@
#else
-#include "fft.h"
-#include "mathops.h"
-
void ff_mdct_calcw_c(FFTContext *s, FFTDouble *output, const FFTSample *input);
#define SCALE_FLOAT(a, bits) lrint((a) * (double)(1 << (bits)))
--
1.8.3.2
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel